[Redizajn 1KA] - Urejanje --> Nastavitve --> Dostop uredniki - v3
Zakomentirane dizajn spremembe, ki morajo počakati na spremembo funkcionalnosti v 2. fazi.
This commit is contained in:
parent
202bd49210
commit
7c27fde07a
@ -1497,9 +1497,9 @@ class SurveyAdminSettings {
|
||||
$this->display_dostop_users(0);
|
||||
echo '</div>';
|
||||
|
||||
/**echo '<div class="button_holder below">';
|
||||
echo '<div class="button_holder below">';
|
||||
echo '<button class="medium blue" onclick="document.settingsanketa_' . $row['id'] . '.submit(); return false;">'.$lang['edit1337'].'</button>';
|
||||
echo '</div>';**/
|
||||
echo '</div>';
|
||||
|
||||
echo '</fieldset>';
|
||||
|
||||
@ -4815,7 +4815,9 @@ class SurveyAdminSettings {
|
||||
|
||||
echo '<table>';
|
||||
echo '<tr>';
|
||||
echo '<th><input type="checkbox" id="user_access_check_all" name="user_access_check_all"></input><label for="user_access_check_all">' . $lang['srv_dostop_users_username'] . '</label></th>';
|
||||
echo '<th>';
|
||||
//echo '<input type="checkbox" id="user_access_check_all" name="user_access_check_all"></input>';
|
||||
echo '<label for="user_access_check_all">' . $lang['srv_dostop_users_username'] . '</label></th>';
|
||||
echo '<th>' . $lang['srv_dostop_users_email'] . '</th>';
|
||||
echo '<th></th>';
|
||||
echo '</tr>';
|
||||
@ -4831,13 +4833,14 @@ class SurveyAdminSettings {
|
||||
echo '<td><input type="checkbox" name="uid[]" value="' . $row1['id'] . '" id="uid_' . $row1['id'] . '" checked="checked" '.($avtorRow['insert_uid'] == $row1['id'] || $global_user_id == $row1['id'] ? ' disabled="disabled"' : '').' autocomplete="off"/><label for="uid_' . $row1['id'] . '" title="' . $row1['email'] . '">'.$row1['name'] . ($avtorRow['insert_uid'] == $row1['id'] ? ' (' . $lang['author'] . ')' : '') . '</label></td>';
|
||||
echo '<td>'.$row1['email'].'</td>';
|
||||
echo '<td><div class="icon_holder multiple"><a><span class="faicon edit" onclick="javascript:anketa_user_dostop(\''.$row1['id'].'\');"></span></a>';
|
||||
echo '<a><span class="faicon trash empty" onclick="_______IZBRIS DOSTOPA______"></span></a></div></td>';
|
||||
//echo '<a><span class="faicon trash empty" onclick="_______IZBRIS DOSTOPA ZA ENEGA UPORABNIKA______"></span></a></div>';
|
||||
echo '</td>';
|
||||
echo '</tr>';
|
||||
}
|
||||
|
||||
echo '</table>';
|
||||
|
||||
echo '<a class="noline undertable" href="#" onClick="________IZBRIS DOSTOPA ZA OZNAČENE____________"><span class="faicon trash empty link-right"></span>'.$lang['srv_dostop_users_removeselected'].'</a>';
|
||||
//echo '<a class="noline undertable" href="#" onClick="________IZBRIS DOSTOPA ZA VSE OZNAČENE____________"><span class="faicon trash empty link-right"></span>'.$lang['srv_dostop_users_removeselected'].'</a>';
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user