mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 02:24:08 +02:00
Bootstrap 5 styling. (data-bs-toggle)
Signup shortcodes now automatically load the required template.
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,null, '&');
|
||||
|
||||
$text = "<a href='".e_SELF."?{$query}' class='btn btn-default' title='".LAN_EDIT."' data-toggle='tooltip' data-placement='left'>
|
||||
$text = "<a href='".e_SELF."?{$query}' class='btn btn-default' title='".LAN_EDIT."' data-toggle='tooltip' data-bs-toggle='tooltip' data-placement='left'>
|
||||
".ADMIN_EDIT_ICON."</a>";
|
||||
|
||||
if($this->getController()->getMode() === 'overview')
|
||||
|
Reference in New Issue
Block a user