mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
Change buttons to bootstrap btn (GUI)
This commit is contained in:
@@ -1044,8 +1044,8 @@ class mailoutAdminClass extends e107MailManager
|
||||
$text .= "</tbody></table>\n</fieldset>";
|
||||
|
||||
$text .= "<div class='buttons-bar center'>
|
||||
<input class='button' type='submit' name='email_delete' value=\"".LAN_DELETE."\" />
|
||||
<input class='button' type='submit' name='email_cancel' value=\"".LAN_CANCEL."\" />
|
||||
<input class='btn button' type='submit' name='email_delete' value=\"".LAN_DELETE."\" />
|
||||
<input class='btn button' type='submit' name='email_cancel' value=\"".LAN_CANCEL."\" />
|
||||
</div>";
|
||||
|
||||
$text .= "</form></div>";
|
||||
|
Reference in New Issue
Block a user