mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
Issue #5432 - button styling.
This commit is contained in:
@@ -143,7 +143,7 @@ class page_admin_form_ui extends e_admin_form_ui
|
||||
$query['id'] = $id;
|
||||
$query = http_build_query($query, '', '&');
|
||||
|
||||
$text = "<a href='".e_SELF."?{$query}' class='btn btn-primary' title='".LAN_EDIT."' data-toggle='tooltip' data-bs-toggle='tooltip' data-placement='left'>
|
||||
$text = "<a href='".e_SELF."?{$query}' class='btn btn-success' title='".LAN_EDIT."' data-toggle='tooltip' data-bs-toggle='tooltip' data-placement='left'>
|
||||
".defset('ADMIN_EDIT_ICON')."</a>";
|
||||
|
||||
if($this->getController()->getMode() === 'overview' && getperms('J1')) // Page/Menu Delete Perms.
|
||||
|
@@ -404,7 +404,7 @@ else
|
||||
</select>
|
||||
</td>
|
||||
<td class='center'>
|
||||
<a class='btn btn-default btn-secondary btn-large' href='".e_SELF."?edit.c.".$key."'>".ADMIN_EDIT_ICON."</a>
|
||||
<a class='btn btn-success btn-large' href='".e_SELF."?edit.c.".$key."'>".ADMIN_EDIT_ICON."</a>
|
||||
</td>
|
||||
</tr>
|
||||
";
|
||||
@@ -458,7 +458,7 @@ else
|
||||
</select>
|
||||
</td>
|
||||
<td class='center'>
|
||||
<a class='btn btn-default btn-secondary btn-large' href='".e_SELF."?edit.p.".$plug_dir."'>".ADMIN_EDIT_ICON."</a>
|
||||
<a class='btn btn-success btn-large' href='".e_SELF."?edit.p.".$plug_dir."'>".ADMIN_EDIT_ICON."</a>
|
||||
</td>
|
||||
</tr>
|
||||
";
|
||||
|
@@ -16,6 +16,8 @@ if (!getperms('4'))
|
||||
exit;
|
||||
}
|
||||
|
||||
e107::css('inline', '#admin-users-extended-main-list td.options .btn-group { justify-content: left } ');
|
||||
|
||||
e107::coreLan('users_extended', true);
|
||||
|
||||
if(varset($_GET['mode']) == "ajax")
|
||||
|
Reference in New Issue
Block a user