From 7b5efa84025f84af32b7461bfe4c4b7edd29c5cb Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 25 Apr 2013 17:35:24 -0700 Subject: [PATCH] Corrected textarea sizes in on admin meta page. --- e107_admin/meta.php | 39 +++++++++++++++++---------------------- 1 file changed, 17 insertions(+), 22 deletions(-) diff --git a/e107_admin/meta.php b/e107_admin/meta.php index 2f1ab09cc..3fdf7234d 100644 --- a/e107_admin/meta.php +++ b/e107_admin/meta.php @@ -78,11 +78,18 @@ $text = " ".LAN_DESCRIPTION." - + "; + $text .= $frm->textarea('meta_description',$tp->toForm(varset($meta_diz[e_LANGUAGE])),3); + // $text .= ""; + $text .= " ".LAN_KEYWORDS." - + "; + $text .= $frm->tags('meta_keywords',$tp->toForm(varset($meta_keywords[e_LANGUAGE]))); + // $text .= ""; + + $text .= " ".LAN_COPYRIGHT." @@ -96,7 +103,14 @@ $text = " ".METLAN_1." - ".METLAN_2." + "; + $text .= $frm->textarea('meta',str_replace("<","<",$tp->toForm(varset($meta[e_LANGUAGE]))),5,100,'size=block-level'); + + $text .= "".METLAN_2.""; + + // $text .= "".METLAN_2.""; + + $text .= " ".METLAN_3." @@ -118,24 +132,5 @@ $text = " $ns->tablerender(METLAN_00." (".e_LANGUAGE.")", $mes->render().$text); require_once("footer.php"); -/** - * Handle page DOM within the page header - * - * @return string JS source - */ -function headerjs() -{ - $ret = " - - - "; - return $ret; -} ?> \ No newline at end of file