Línea 1... |
Línea 1... |
1 |
<?php
|
1 |
<?php
|
- |
|
2 |
|
2 |
use LeadersLinked\Model\ContentReaction;
|
3 |
use LeadersLinked\Model\ContentReaction;
|
Línea 3... |
Línea 4... |
3 |
|
4 |
|
4 |
$acl = $this->viewModel()->getRoot()->getVariable('acl');
|
5 |
$acl = $this->viewModel()->getRoot()->getVariable('acl');
|
5 |
$currentUser = $this->currentUserHelper();
|
6 |
$currentUser = $this->currentUserHelper();
|
Línea 27... |
Línea 28... |
27 |
|
28 |
|
28 |
$this->inlineScript()->appendFile($this->basePath('vendors/jquery-validation/jquery.validate.js'));
|
29 |
$this->inlineScript()->appendFile($this->basePath('vendors/jquery-validation/jquery.validate.js'));
|
29 |
$this->inlineScript()->appendFile($this->basePath('vendors/jquery-validation/additional-methods.js'));
|
30 |
$this->inlineScript()->appendFile($this->basePath('vendors/jquery-validation/additional-methods.js'));
|
Línea 30... |
Línea 31... |
30 |
$this->inlineScript()->appendFile($this->basePath('vendors/jquery-validation/localization/messages_es.js'));
|
31 |
$this->inlineScript()->appendFile($this->basePath('vendors/jquery-validation/localization/messages_es.js'));
|
Línea 31... |
Línea 32... |
31 |
|
32 |
|
32 |
$this->headLink()->appendStylesheet($this->basePath('css/my-coach.css'));
|
33 |
$this->headLink()->appendStylesheet($this->basePath('/look-and-field/my-coach.css'));
|
Línea 854... |
Línea 855... |
854 |
?>
|
855 |
?>
|
Línea 855... |
Línea 856... |
855 |
|
856 |
|
856 |
<section class="container px-0">
|
857 |
<section class="container px-0">
|
857 |
<div class="company-title">
|
858 |
<div class="company-title">
|
858 |
<h1 class="title mx-auto">LABEL_MY_COACH</h1>
|
859 |
<h1 class="title mx-auto">LABEL_MY_COACH</h1>
|
859 |
<?php if($allowQuestionAdd) : ?>
|
860 |
<?php if ($allowQuestionAdd) : ?>
|
860 |
<h2 class="title cursor-pointer" id="my-coach-add-question">
|
861 |
<h2 class="title cursor-pointer" id="my-coach-add-question">
|
861 |
LABEL_MY_COACH_QUESTION_ADD
|
862 |
LABEL_MY_COACH_QUESTION_ADD
|
862 |
</h2>
|
863 |
</h2>
|
Línea 863... |
Línea 864... |
863 |
<?php endif; ?>
|
864 |
<?php endif; ?>
|
Línea 864... |
Línea 865... |
864 |
|
865 |
|
865 |
</div>
|
866 |
</div>
|
866 |
|
867 |
|
867 |
<div class="row gap-3" id="row-list">
|
868 |
<div class="row gap-3" id="row-list">
|
868 |
<div class="my-coach-category-list col-12 col-md-3">
|
869 |
<div class="my-coach-category-list col-12 col-md-3">
|
869 |
<ul>
|
870 |
<ul>
|
870 |
<li class="my-coach-category-li my-coach-category-li-selected">
|
871 |
<li class="my-coach-category-li my-coach-category-li-selected">
|
Línea 895... |
Línea 896... |
895 |
<div id="my-coach-pagination">
|
896 |
<div id="my-coach-pagination">
|
896 |
</div>
|
897 |
</div>
|
Línea 897... |
Línea 898... |
897 |
|
898 |
|
898 |
</div>
|
899 |
</div>
|
899 |
</div>
|
900 |
</div>
|
900 |
|
901 |
|
901 |
|
902 |
|
902 |
<div id="row-view" style="display: none">
|
903 |
<div id="row-view" style="display: none">
|
903 |
|
904 |
|
904 |
<div class="row">
|
905 |
<div class="row">
|
905 |
<div class="col-12 col-md-8 mx-auto">
|
906 |
<div class="col-12 col-md-8 mx-auto">
|
906 |
|
907 |
|
907 |
<div class="my-coach-record-card" >
|
908 |
<div class="my-coach-record-card">
|
908 |
<div class="my-coach-record-card-container" >
|
909 |
<div class="my-coach-record-card-container">
|
909 |
<div class="my-coach-record-card-resume" >
|
910 |
<div class="my-coach-record-card-resume">
|
910 |
<div class="my_coach_question_detail_user_rectangle">
|
911 |
<div class="my_coach_question_detail_user_rectangle">
|
911 |
<img id="my-coach-question-user-image" class="my_coach_question_detail_user_image" src="" />
|
912 |
<img id="my-coach-question-user-image" class="my_coach_question_detail_user_image" src="" />
|
912 |
<p id="my-coach-question-user-name" class="my_coach_question_detail_user_name"></p>
|
913 |
<p id="my-coach-question-user-name" class="my_coach_question_detail_user_name"></p>
|
913 |
</div>
|
914 |
</div>
|
914 |
</div>
|
915 |
</div>
|
915 |
<div class="my-coach-record-card-content" >
|
916 |
<div class="my-coach-record-card-content">
|
916 |
<h2 id="my-coach-question-title"></h2>
|
917 |
<h2 id="my-coach-question-title"></h2>
|
917 |
<p id="my-coach-question-description"></p>
|
918 |
<p id="my-coach-question-description"></p>
|
918 |
|
919 |
|
919 |
|
920 |
|
920 |
<div class="d-flex align-items-center justify-content-between">
|
921 |
<div class="d-flex align-items-center justify-content-between">
|
921 |
<ul id="my-coach-answer-categories" class="d-flex align-items-center my-coach-record-card-categories">
|
922 |
<ul id="my-coach-answer-categories" class="d-flex align-items-center my-coach-record-card-categories">
|
922 |
</ul>
|
923 |
</ul>
|
923 |
</div>
|
924 |
</div>
|
924 |
|
925 |
|
925 |
<div class="d-flex align-items-center justify-content-between">
|
926 |
<div class="d-flex align-items-center justify-content-between">
|
926 |
|
927 |
|
927 |
<div>LABEL_MY_COACH_QUESTION <br/> <span id="my-coach-question-answer-question-date"> </span></div>
|
928 |
<div>LABEL_MY_COACH_QUESTION <br /> <span id="my-coach-question-answer-question-date"> </span></div>
|
928 |
<div>LABEL_MY_COACH_LAST_ANSWER <br/> <span id="my-coach-question-answer-last-date"> </span></div>
|
929 |
<div>LABEL_MY_COACH_LAST_ANSWER <br /> <span id="my-coach-question-answer-last-date"> </span></div>
|
929 |
|
930 |
|
930 |
|
931 |
|
931 |
</div>
|
932 |
</div>
|
932 |
<div class="d-flex align-items-center justify-content-between">
|
933 |
<div class="d-flex align-items-center justify-content-between">
|
933 |
|
934 |
|
934 |
<div><span id="my-coach-question-answer-count-answers"> </span> LABEL_MY_COACH_ANSWERS</div>
|
935 |
<div><span id="my-coach-question-answer-count-answers"> </span> LABEL_MY_COACH_ANSWERS</div>
|
935 |
<div><span id="my-coach-question-answer-count-reactions"></span> LABEL_MY_COACH_REACTIONS</div>
|
936 |
<div><span id="my-coach-question-answer-count-reactions"></span> LABEL_MY_COACH_REACTIONS</div>
|
936 |
<div><span id="my-coach-question-answer-count-views"> </span> LABEL_MY_COACH_VIEWS</div>
|
937 |
<div><span id="my-coach-question-answer-count-views"> </span> LABEL_MY_COACH_VIEWS</div>
|
937 |
<div><span id="my-coach-question-answer-count-comments"> </span> LABEL_COMMENTS</div>
|
938 |
<div><span id="my-coach-question-answer-count-comments"> </span> LABEL_COMMENTS</div>
|
938 |
</div>
|
939 |
</div>
|
939 |
|
940 |
|
940 |
<div class="d-flex align-items-center justify-content-between">
|
941 |
<div class="d-flex align-items-center justify-content-between">
|
941 |
<button id="my-coach-question-answer-btn-back"> <i class="fa fa-chevron-left" aria-hidden="true"></i> LABEL_BACK </button>
|
942 |
<button id="my-coach-question-answer-btn-back"> <i class="fa fa-chevron-left" aria-hidden="true"></i> LABEL_BACK </button>
|
942 |
<button id="my-coach-question-answer-btn-answer"> <i class="fa fa-pencil" aria-hidden="true"></i> LABEL_REPLY </button>
|
943 |
<button id="my-coach-question-answer-btn-answer"> <i class="fa fa-pencil" aria-hidden="true"></i> LABEL_REPLY </button>
|
943 |
<button id="my-coach-question-answer-btn-delete"> <i class="fa fa-trash" aria-hidden="true"></i> LABEL_DELETE </button>
|
944 |
<button id="my-coach-question-answer-btn-delete"> <i class="fa fa-trash" aria-hidden="true"></i> LABEL_DELETE </button>
|
944 |
</div>
|
945 |
</div>
|
945 |
</div>
|
946 |
</div>
|
946 |
</div>
|
947 |
</div>
|
947 |
</div>
|
948 |
</div>
|
948 |
</div>
|
949 |
</div>
|
949 |
</div>
|
950 |
</div>
|
950 |
|
951 |
|
951 |
|
952 |
|
952 |
<div id="my-coach-question-answers-list">
|
953 |
<div id="my-coach-question-answers-list">
|
953 |
</div>
|
954 |
</div>
|
Línea 954... |
Línea 955... |
954 |
</div>
|
955 |
</div>
|
955 |
|
956 |
|
Línea 956... |
Línea 957... |
956 |
|
957 |
|
957 |
|
958 |
|
958 |
|
959 |
|
Línea 991... |
Línea 992... |
991 |
|
992 |
|
992 |
echo $this->formLabel($element);
|
993 |
echo $this->formLabel($element);
|
993 |
echo $this->formText($element);
|
994 |
echo $this->formText($element);
|
994 |
?>
|
995 |
?>
|
995 |
</div>
|
996 |
</div>
|
996 |
<div class="form-group">
|
997 |
<div class="form-group">
|
997 |
<?php
|
998 |
<?php
|
998 |
$element = $form->get('description');
|
999 |
$element = $form->get('description');
|
999 |
$element->setOptions(['label' => 'LABEL_DESCRIPTION']);
|
1000 |
$element->setOptions(['label' => 'LABEL_DESCRIPTION']);
|
1000 |
$element->setAttributes(['class' => 'form-control', 'id' => 'description_question']);
|
1001 |
$element->setAttributes(['class' => 'form-control', 'id' => 'description_question']);
|
1001 |
|
1002 |
|
1002 |
echo $this->formLabel($element);
|
1003 |
echo $this->formLabel($element);
|
1003 |
echo $this->formTextArea($element);
|
1004 |
echo $this->formTextArea($element);
|
1004 |
?>
|
1005 |
?>
|
1005 |
</div>
|
1006 |
</div>
|
1006 |
<div class="form-group">
|
1007 |
<div class="form-group">
|
1007 |
<?php
|
1008 |
<?php
|
1008 |
|
1009 |
|
1009 |
$element = $form->get('category_id');
|
1010 |
$element = $form->get('category_id');
|
1010 |
$element->setOptions(['label' => 'LABEL_CATEGORY']);
|
1011 |
$element->setOptions(['label' => 'LABEL_CATEGORY']);
|
1011 |
|
1012 |
|
1012 |
echo $this->formLabel($element);
|
1013 |
echo $this->formLabel($element);
|
1013 |
echo $this->formSelect($element);
|
1014 |
echo $this->formSelect($element);
|
1014 |
?>
|
1015 |
?>
|
1015 |
</div>
|
1016 |
</div>
|
Línea 1022... |
Línea 1023... |
1022 |
|
1023 |
|
1023 |
|
1024 |
|
1024 |
</div>
|
1025 |
</div>
|
1025 |
</div>
|
1026 |
</div>
|
1026 |
</div>
|
1027 |
</div>
|
1027 |
|
1028 |
|
1028 |
<div class="modal" id="modal-answer">
|
1029 |
<div class="modal" id="modal-answer">
|
Línea 1029... |
Línea 1030... |
1029 |
<div class="modal-dialog modal-xl">
|
1030 |
<div class="modal-dialog modal-xl">
|
Línea 1046... |
Línea 1047... |
1046 |
]);
|
1047 |
]);
|
Línea 1047... |
Línea 1048... |
1047 |
|
1048 |
|
1048 |
$form->prepare();
|
1049 |
$form->prepare();
|
1049 |
echo $this->form()->openTag($form);
|
1050 |
echo $this->form()->openTag($form);
|
1050 |
?>
|
1051 |
?>
|
1051 |
<div class="form-group">
|
1052 |
<div class="form-group">
|
1052 |
<?php
|
1053 |
<?php
|
1053 |
$element = $form->get('description');
|
1054 |
$element = $form->get('description');
|
1054 |
$element->setOptions(['label' => 'LABEL_TEXT']);
|
1055 |
$element->setOptions(['label' => 'LABEL_TEXT']);
|
1055 |
$element->setAttributes(['class' => 'form-control', 'id' => 'description_answer']);
|
1056 |
$element->setAttributes(['class' => 'form-control', 'id' => 'description_answer']);
|
1056 |
|
1057 |
|
1057 |
echo $this->formLabel($element);
|
1058 |
echo $this->formLabel($element);
|
1058 |
echo $this->formTextArea($element);
|
1059 |
echo $this->formTextArea($element);
|
1059 |
?>
|
1060 |
?>
|
1060 |
</div>
|
1061 |
</div>
|
Línea 1069... |
Línea 1070... |
1069 |
</div>
|
1070 |
</div>
|
1070 |
</div>
|
1071 |
</div>
|
1071 |
</div>
|
1072 |
</div>
|
Línea 1072... |
Línea 1073... |
1072 |
|
1073 |
|
1073 |
<script id="answerTemplate" type="text/x-jsrender">
|
1074 |
<script id="answerTemplate" type="text/x-jsrender">
|
1074 |
<div class="row" id="row-{{:uuid}}">
|
1075 |
<div class="row" id="row-{{:uuid}}">
|
1075 |
<div class="col-12 col-md-8 mx-auto">
|
1076 |
<div class="col-12 col-md-8 mx-auto">
|
1076 |
<div class="my-coach-record-card-container" >
|
1077 |
<div class="my-coach-record-card-container" >
|
1077 |
<div class="my-coach-record-card-resume" >
|
1078 |
<div class="my-coach-record-card-resume" >
|
1078 |
<div class="my_coach_question_detail_user_rectangle">
|
1079 |
<div class="my_coach_question_detail_user_rectangle">
|
Línea 1222... |
Línea 1223... |
1222 |
</div>
|
1223 |
</div>
|
1223 |
</div>
|
1224 |
</div>
|
1224 |
</script>
|
1225 |
</script>
|
Línea 1225... |
Línea 1226... |
1225 |
|
1226 |
|
1226 |
<script id="reactionTemplate" type="text/x-jsrender">
|
1227 |
<script id="reactionTemplate" type="text/x-jsrender">
|
1227 |
{{if reaction === '<?php echo ContentReaction::REACTION_FUN ?>'}}
|
1228 |
{{if reaction === '<?php echo ContentReaction::REACTION_FUN ?>'}}
|
1228 |
<svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-vubbuv" focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="EmojiEmotionsIcon" style="color: rgb(255, 127, 80);">
|
1229 |
<svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-vubbuv" focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="EmojiEmotionsIcon" style="color: rgb(255, 127, 80);">
|
1229 |
<path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM8.5 8c.83 0 1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5 7.67 8 8.5 8zM12 18c-2.28 0-4.22-1.66-5-4h10c-.78 2.34-2.72 4-5 4zm3.5-7c-.83 0-1.5-.67-1.5-1.5S14.67 8 15.5 8s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"></path>
|
1230 |
<path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM8.5 8c.83 0 1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5 7.67 8 8.5 8zM12 18c-2.28 0-4.22-1.66-5-4h10c-.78 2.34-2.72 4-5 4zm3.5-7c-.83 0-1.5-.67-1.5-1.5S14.67 8 15.5 8s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"></path>
|
1230 |
</svg>
|
1231 |
</svg>
|
1231 |
LABEL_REACTION_FUN
|
1232 |
LABEL_REACTION_FUN
|
1232 |
{{/if}}
|
1233 |
{{/if}}
|
1233 |
|
1234 |
|
1234 |
{{if reaction === '<?php echo ContentReaction::REACTION_INTEREST ?>'}}
|
1235 |
{{if reaction === '<?php echo ContentReaction::REACTION_INTEREST ?>'}}
|
1235 |
<svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-vubbuv" focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="TungstenIcon" style="color: rgb(245, 187, 92);transform: rotate(180deg);">
|
1236 |
<svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-vubbuv" focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="TungstenIcon" style="color: rgb(245, 187, 92);transform: rotate(180deg);">
|
1236 |
<path d="M11 19h2v3h-2zm-9-8h3v2H2zm17 0h3v2h-3zm-3.106 6.8014 1.4072-1.4071 2.1213 2.1213-1.4071 1.4071zm-11.3099.7071 2.1214-2.1213 1.4071 1.4072-2.1213 2.1213zM15 8.02V3H9v5.02c-1.21.92-2 2.35-2 3.98 0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.63-.79-3.06-2-3.98zM11 5h2v2.1c-.32-.06-.66-.1-1-.1s-.68.04-1 .1V5z"></path>
|
1237 |
<path d="M11 19h2v3h-2zm-9-8h3v2H2zm17 0h3v2h-3zm-3.106 6.8014 1.4072-1.4071 2.1213 2.1213-1.4071 1.4071zm-11.3099.7071 2.1214-2.1213 1.4071 1.4072-2.1213 2.1213zM15 8.02V3H9v5.02c-1.21.92-2 2.35-2 3.98 0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.63-.79-3.06-2-3.98zM11 5h2v2.1c-.32-.06-.66-.1-1-.1s-.68.04-1 .1V5z"></path>
|
1237 |
</svg>
|
1238 |
</svg>
|
1238 |
LABEL_REACTION_INTEREST
|
1239 |
LABEL_REACTION_INTEREST
|
1239 |
{{/if}}
|
1240 |
{{/if}}
|
1240 |
|
1241 |
|
1241 |
|
1242 |
|
1242 |
{{if reaction === '<?php echo ContentReaction::REACTION_LOVE ?>'}}
|
1243 |
{{if reaction === '<?php echo ContentReaction::REACTION_LOVE ?>'}}
|
1243 |
<svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-vubbuv" focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="FavoriteTwoToneIcon" style="color: rgb(223, 112, 77);">
|
1244 |
<svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-vubbuv" focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="FavoriteTwoToneIcon" style="color: rgb(223, 112, 77);">
|
1244 |
<path d="M16.5 5c-1.54 0-3.04.99-3.56 2.36h-1.87C10.54 5.99 9.04 5 7.5 5 5.5 5 4 6.5 4 8.5c0 2.89 3.14 5.74 7.9 10.05l.1.1.1-.1C16.86 14.24 20 11.39 20 8.5c0-2-1.5-3.5-3.5-3.5z" opacity=".3"></path>
|
1245 |
<path d="M16.5 5c-1.54 0-3.04.99-3.56 2.36h-1.87C10.54 5.99 9.04 5 7.5 5 5.5 5 4 6.5 4 8.5c0 2.89 3.14 5.74 7.9 10.05l.1.1.1-.1C16.86 14.24 20 11.39 20 8.5c0-2-1.5-3.5-3.5-3.5z" opacity=".3"></path>
|
1245 |
<path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path>
|
1246 |
<path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path>
|
1246 |
</svg>
|
1247 |
</svg>
|
1247 |
LABEL_REACTION_LOVE
|
1248 |
LABEL_REACTION_LOVE
|
1248 |
{{/if}}
|
1249 |
{{/if}}
|
1249 |
|
1250 |
|
1250 |
|
1251 |
|
1251 |
{{if reaction === '<?php echo ContentReaction::REACTION_RECOMMENDED ?>'}}
|
1252 |
{{if reaction === '<?php echo ContentReaction::REACTION_RECOMMENDED ?>'}}
|
1252 |
<svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-vubbuv" focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="RecommendIcon" style="color: rgb(116, 5, 249);">
|
1253 |
<svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-vubbuv" focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="RecommendIcon" style="color: rgb(116, 5, 249);">
|
1253 |
<path d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm6 9.8a.9.9 0 0 1-.1.5l-2.1 4.9a1.34 1.34 0 0 1-1.3.8H9a2 2 0 0 1-2-2v-5a1.28 1.28 0 0 1 .4-1L12 5l.69.69a1.08 1.08 0 0 1 .3.7v.2L12.41 10H17a1 1 0 0 1 1 1z"></path>
|
1254 |
<path d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm6 9.8a.9.9 0 0 1-.1.5l-2.1 4.9a1.34 1.34 0 0 1-1.3.8H9a2 2 0 0 1-2-2v-5a1.28 1.28 0 0 1 .4-1L12 5l.69.69a1.08 1.08 0 0 1 .3.7v.2L12.41 10H17a1 1 0 0 1 1 1z"></path>
|
1254 |
</svg>
|
1255 |
</svg>
|
1255 |
LABEL_REACTION_RECOMMENDED
|
1256 |
LABEL_REACTION_RECOMMENDED
|
1256 |
{{/if}}
|
1257 |
{{/if}}
|
1257 |
|
1258 |
|
1258 |
{{if reaction === '<?php echo ContentReaction::REACTION_SUPPORT ?>'}}
|
1259 |
{{if reaction === '<?php echo ContentReaction::REACTION_SUPPORT ?>'}}
|
1259 |
<svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-vubbuv" focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="VolunteerActivismIcon" style="color: rgb(100, 149, 237);">
|
1260 |
<svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-vubbuv" focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="VolunteerActivismIcon" style="color: rgb(100, 149, 237);">
|
1260 |
<path d="M1 11h4v11H1zm15-7.75C16.65 2.49 17.66 2 18.7 2 20.55 2 22 3.45 22 5.3c0 2.27-2.91 4.9-6 7.7-3.09-2.81-6-5.44-6-7.7C10 3.45 11.45 2 13.3 2c1.04 0 2.05.49 2.7 1.25zM20 17h-7l-2.09-.73.33-.94L13 16h2.82c.65 0 1.18-.53 1.18-1.18 0-.49-.31-.93-.77-1.11L8.97 11H7v9.02L14 22l8.01-3c-.01-1.1-.9-2-2.01-2z"></path>
|
1261 |
<path d="M1 11h4v11H1zm15-7.75C16.65 2.49 17.66 2 18.7 2 20.55 2 22 3.45 22 5.3c0 2.27-2.91 4.9-6 7.7-3.09-2.81-6-5.44-6-7.7C10 3.45 11.45 2 13.3 2c1.04 0 2.05.49 2.7 1.25zM20 17h-7l-2.09-.73.33-.94L13 16h2.82c.65 0 1.18-.53 1.18-1.18 0-.49-.31-.93-.77-1.11L8.97 11H7v9.02L14 22l8.01-3c-.01-1.1-.9-2-2.01-2z"></path>
|
1261 |
</svg>
|
1262 |
</svg>
|
1262 |
LABEL_REACTION_SUPPORT
|
1263 |
LABEL_REACTION_SUPPORT
|
1263 |
{{/if}}
|
1264 |
{{/if}}
|
1264 |
|
1265 |
|
1265 |
{{if reaction === ''}}
|
1266 |
{{if reaction === ''}}
|
1266 |
<svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-vubbuv" focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="RecommendIcon" style="color: gray;">
|
1267 |
<svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-vubbuv" focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="RecommendIcon" style="color: gray;">
|
1267 |
<path d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm6 9.8a.9.9 0 0 1-.1.5l-2.1 4.9a1.34 1.34 0 0 1-1.3.8H9a2 2 0 0 1-2-2v-5a1.28 1.28 0 0 1 .4-1L12 5l.69.69a1.08 1.08 0 0 1 .3.7v.2L12.41 10H17a1 1 0 0 1 1 1z"></path>
|
1268 |
<path d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm6 9.8a.9.9 0 0 1-.1.5l-2.1 4.9a1.34 1.34 0 0 1-1.3.8H9a2 2 0 0 1-2-2v-5a1.28 1.28 0 0 1 .4-1L12 5l.69.69a1.08 1.08 0 0 1 .3.7v.2L12.41 10H17a1 1 0 0 1 1 1z"></path>
|
1268 |
</svg>
|
1269 |
</svg>
|
1269 |
LABEL_REACTION_UNSET
|
1270 |
LABEL_REACTION_UNSET
|
1270 |
{{/if}}
|
1271 |
{{/if}}
|
Línea 1271... |
Línea 1272... |
1271 |
</script>
|
1272 |
</script>
|
Línea 1334... |
Línea 1335... |
1334 |
{{if link_delete }}
|
1335 |
{{if link_delete }}
|
1335 |
<button data-link="{{>link_delete}}" class="btn-my-coach-delete-question"> <i class="fa fa-trash" aria-hidden="true"></i> LABEL_DELETE </button>
|
1336 |
<button data-link="{{>link_delete}}" class="btn-my-coach-delete-question"> <i class="fa fa-trash" aria-hidden="true"></i> LABEL_DELETE </button>
|
1336 |
{{/if}}
|
1337 |
{{/if}}
|
1337 |
</div>
|
1338 |
</div>
|
1338 |
</div>
|
1339 |
</div>
|
1339 |
</script>
|
1340 |
</script>
|
1340 |
|
1341 |
|