mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 03:24:20 +02:00
Bootstrap 5 styling. (data-bs-toggle)
Signup shortcodes now automatically load the required template.
This commit is contained in:
@@ -756,7 +756,7 @@ class eurl_admin_form_ui extends e_admin_form_ui
|
||||
|
||||
$id = 'eurl_'.$this->name2id($title);
|
||||
|
||||
$text = "<a data-toggle='modal' href='#".$id."' data-cache='false' data-target='#".$id."' class='e-tip' title='".LAN_MOREINFO."'>";
|
||||
$text = "<a data-toggle='modal' data-bs-toggle='modal' href='#".$id."' data-cache='false' data-target='#".$id."' class='e-tip' title='".LAN_MOREINFO."'>";
|
||||
$text .= $title;
|
||||
$text .= '</a>';
|
||||
|
||||
|
Reference in New Issue
Block a user