[Redizajn 1KA] - Urejanje --> Nastavitve --> Aktivnost/kvote - v8

Odstranjen label
This commit is contained in:
tejagerjovic 2021-12-15 14:26:53 +01:00
parent d9ee186a13
commit 04329052b5

View File

@ -8693,7 +8693,7 @@ class SurveyAdminSettings {
echo '<div id="vote_limit_warning" class="'.($row['vote_limit'] == 0 ? 'displayNone' : '').'">'; echo '<div id="vote_limit_warning" class="'.($row['vote_limit'] == 0 ? 'displayNone' : '').'">';
echo '<div class="setting_holder">'; echo '<div class="setting_holder">';
echo '<span class="setting_title"><label for="anketa' . $row['id'] . '" >'.$lang['srv_vote_count'].':</label></span>'; echo '<span class="setting_title">'.$lang['srv_vote_count'].':</span>';
echo '<input type="text" class="large" id="vote_count" name="vote_count" value="' . $row['vote_count'] . '"/></label>'; echo '<input type="text" class="large" id="vote_count" name="vote_count" value="' . $row['vote_count'] . '"/></label>';
echo '</div>'; echo '</div>';