Redesign - dodaj komentar pri ifu oz. bloku (inline margin)

This commit is contained in:
tejagerjovic 2022-07-08 07:07:01 +02:00
parent 6342498f6d
commit 45da4eedab
3 changed files with 1455 additions and 1446 deletions

View File

@ -6215,7 +6215,7 @@ class Branching {
if ($admin_type <= $question_comment && $question_comment != '') {
// Dodaj komentar
echo ' <span class="floatRight spaceLeft"><a href="#" id="surveycomment_'.$if_id.'_0" class="surveycomment" type="'.($block==1 ? '6' : '5').'" subtype="'.($block==1 ? 'blok_admin_add' : 'if_admin_add').'" spremenljivka="'.$if_id.'" view="0" onclick="return false;" title="'.$lang['srv_question_comment'].'"> ';
echo ' <span class="comment_inline"><a href="#" id="surveycomment_'.$if_id.'_0" class="surveycomment" type="'.($block==1 ? '6' : '5').'" subtype="'.($block==1 ? 'blok_admin_add' : 'if_admin_add').'" spremenljivka="'.$if_id.'" view="0" onclick="return false;" title="'.$lang['srv_question_comment'].'"> ';
//echo '<img src="img_' . $this->skin . '/comment.png" alt="'.$lang['srv_question_comment'].'" title="'.$lang['srv_question_comment'].'" > ';
echo '<span class="faicon inline_comment"></span> ';
echo $lang['srv_add_comment'];

File diff suppressed because it is too large Load Diff

View File

@ -712,3 +712,8 @@ and open the template in the editor.
}
}
}
//Inline komentarji pri IF in BLOK
.comment_inline {
margin-left: 16px;
}