Redesign - dodaj komentar pri ifu oz. bloku (inline margin)
This commit is contained in:
parent
6342498f6d
commit
45da4eedab
@ -6215,7 +6215,7 @@ class Branching {
|
|||||||
if ($admin_type <= $question_comment && $question_comment != '') {
|
if ($admin_type <= $question_comment && $question_comment != '') {
|
||||||
|
|
||||||
// Dodaj komentar
|
// 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 '<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 '<span class="faicon inline_comment"></span> ';
|
||||||
echo $lang['srv_add_comment'];
|
echo $lang['srv_add_comment'];
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -711,4 +711,9 @@ and open the template in the editor.
|
|||||||
margin: 12px 0 0 0;
|
margin: 12px 0 0 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//Inline komentarji pri IF in BLOK
|
||||||
|
.comment_inline {
|
||||||
|
margin-left: 16px;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user