mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Fixes 2 typos in GUI of newsletter and tagwords plugin
This commit is contained in:
@@ -604,7 +604,7 @@ class newsletter
|
|||||||
if(!$nl_sql->db_Select('newsletter', '*', 'newsletter_id='.$p_id))// Check if newsletter id is available
|
if(!$nl_sql->db_Select('newsletter', '*', 'newsletter_id='.$p_id))// Check if newsletter id is available
|
||||||
{
|
{
|
||||||
$mes->addError(NLLAN_56);
|
$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."'\">
|
<input class='button' type=button value='".LAN_BACK."' onClick=\"window.location='".e_SELF."'\">
|
||||||
</div>";
|
</div>";
|
||||||
$ns -> tablerender(NLLAN_65.' '.$p_id, $mes->render() . $vs_text);
|
$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>
|
<td colspan='4'>".NLLAN_63.": ".$subscribers_total_count."</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<div class='buttonsbar center'>
|
<div class='buttons-bar center'>
|
||||||
".$frm->admin_button('submit', LAN_BACK, 'submit')."
|
".$frm->admin_button('submit', LAN_BACK, 'submit')."
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@@ -195,7 +195,7 @@ $TEMPLATE_TAGWORDS['admin_options'] = "
|
|||||||
<td>{TAG_OPT_ACTIVEAREAS}</td>
|
<td>{TAG_OPT_ACTIVEAREAS}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<div class='buttonsbar center'>
|
<div class='buttons-bar center'>
|
||||||
{TAG_OPT_BUTTON}
|
{TAG_OPT_BUTTON}
|
||||||
</div>
|
</div>
|
||||||
</table>
|
</table>
|
||||||
|
Reference in New Issue
Block a user