Redesign popravki napak - popravek napak pri nastavitvah uporabnika (ikona za jezik, prikaz naslova ankete)
This commit is contained in:
parent
d630267633
commit
e825f431e1
@ -10189,12 +10189,12 @@ class SurveyAdminSettings {
|
||||
echo '<div class="setting_holder">';
|
||||
echo '<span class="setting_title">'.$lang['srv_settings_interfaceshow'] . ':</span>';
|
||||
|
||||
// Prikaži ikono za jezik v navigacijski vrstici ankete, desno zgoraj
|
||||
echo '<div class="setting_item">';
|
||||
// Prikaži ikono za jezik v navigacijski vrstici ankete, desno zgoraj - TE NASTAVITVE NE UPOSTEVAMO VEC
|
||||
/*echo '<div class="setting_item">';
|
||||
echo '<input name="showLanguageShortcut" type="hidden" value="0">';
|
||||
echo '<input id="showLanguageShortcut" name="showLanguageShortcut" type="checkbox" value="1" '.($showLanguageShortcut == 1?' checked="checked"':'').'>';
|
||||
echo '<label for="showLanguageShortcut">'.$lang['srv_settings_language_shortcut'].'</label>';
|
||||
echo '</div>';
|
||||
echo '</div>';*/
|
||||
|
||||
// Opcija enklik ustvarjanja ankete (v mojih anketah)
|
||||
echo '<div class="setting_item">';
|
||||
@ -10257,8 +10257,8 @@ class SurveyAdminSettings {
|
||||
// Ime ob aktivaciji prikazano za respondente
|
||||
echo '<div class="setting_item">';
|
||||
echo '<input name="showSurveyTitle" type="hidden" value="0">';
|
||||
echo '<input name="showSurveyTitle" type="checkbox" value="1" '.($showSurveyTitle == 1?' checked="checked"':'').'>';
|
||||
echo '<label>'.$lang['srv_create_show_title'].'</label>';
|
||||
echo '<input id="showSurveyTitle" name="showSurveyTitle" type="checkbox" value="1" '.($showSurveyTitle == 1?' checked="checked"':'').'>';
|
||||
echo '<label for="showSurveyTitle">'.$lang['srv_create_show_title'].'</label>';
|
||||
echo '</div>';
|
||||
|
||||
echo '</div>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user