mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
New language file types: English_global.php (for plugin.xml terms) and English_log.php (for admin-log terms). Auto-detected when present and loaded automatically when needed.
This commit is contained in:
@@ -175,13 +175,13 @@ class pm_handler_shortcodes
|
||||
|
||||
public function sc_pm_post_button()
|
||||
{
|
||||
return "<input class='button' type='submit' name='postpm' value='".LAN_PM_1."' />";
|
||||
return "<input class='button btn' type='submit' name='postpm' value='".LAN_PM_1."' />";
|
||||
}
|
||||
|
||||
|
||||
public function sc_pm_preview_button()
|
||||
{
|
||||
return "<input class='button' type='submit' name='postpm' value='".LAN_PM_3."' />";
|
||||
return "<input class='button btn' type='submit' name='postpm' value='".LAN_PM_3."' />";
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user