mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 05:02:02 +02:00
Some corrections
This commit is contained in:
parent
79d45fb678
commit
a81b215d03
@ -284,7 +284,7 @@ if(!class_exists('plugin_pm_pm_shortcodes'))
|
||||
|
||||
public function sc_pm_post_button()
|
||||
{
|
||||
return "<input class='button btn btn-primary' type='submit' name='postpm' value='".LAN_PM_1."' />";
|
||||
return "<input class='button btn btn-primary' type='submit' name='postpm' value='".LAN_PLUGIN_PM_NEW."' />";
|
||||
}
|
||||
|
||||
|
||||
@ -731,7 +731,7 @@ if(!class_exists('plugin_pm_pm_shortcodes'))
|
||||
|
||||
$class = (!empty($parm['class'])) ? $parm['class'] : 'btn btn-sm btn-primary btn-block-level';
|
||||
|
||||
return "<a class='".$class."' href='".$urlCompose."'>".$tp->toGlyph('fa-edit',' ').LAN_PM_35."</a>";
|
||||
return "<a class='".$class."' href='".$urlCompose."'>".$tp->toGlyph('fa-edit',' ')."".LAN_PLUGIN_PM_NEW."</a>";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user