1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 05:02:02 +02:00

Fixes 2 typos in GUI of newsletter and tagwords plugin

This commit is contained in:
Tijn Kuyper 2013-02-10 15:39:20 +01:00
parent 8d2b6826fc
commit a56bdacf28
2 changed files with 3 additions and 3 deletions

View File

@ -604,7 +604,7 @@ class newsletter
if(!$nl_sql->db_Select('newsletter', '*', 'newsletter_id='.$p_id))// Check if newsletter id is available
{
$mes->addError(NLLAN_56);
$vs_text .= "<div class='buttonsbar center'>
$vs_text .= "<div class='buttons-bar center'>
<input class='button' type=button value='".LAN_BACK."' onClick=\"window.location='".e_SELF."'\">
</div>";
$ns -> tablerender(NLLAN_65.' '.$p_id, $mes->render() . $vs_text);
@ -679,7 +679,7 @@ class newsletter
<td colspan='4'>".NLLAN_63.": ".$subscribers_total_count."</td>
</tr>
</table>
<div class='buttonsbar center'>
<div class='buttons-bar center'>
".$frm->admin_button('submit', LAN_BACK, 'submit')."
</div>
</form>

View File

@ -195,7 +195,7 @@ $TEMPLATE_TAGWORDS['admin_options'] = "
<td>{TAG_OPT_ACTIVEAREAS}</td>
</tr>
</table>
<div class='buttonsbar center'>
<div class='buttons-bar center'>
{TAG_OPT_BUTTON}
</div>
</table>