1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Javascript work, HTML cleanup, iconpicker through media-manager.

This commit is contained in:
CaMer0n
2012-05-17 05:09:59 +00:00
parent 70d45da18c
commit f8b32d89ce
15 changed files with 208 additions and 78 deletions

View File

@@ -82,13 +82,13 @@ $text = "
<tr>
<td class='label'>".METLAN_9."</td>
<td class='control'>
<textarea class='tbox textarea' title='meta_description' id='meta_description' name='meta_description' cols='70' rows='4'>".$tp->toForm($meta_diz[e_LANGUAGE])."</textarea>
<textarea class='tbox textarea e-autoheight' title='meta_description' id='meta_description' name='meta_description' cols='70' rows='4'>".$tp->toForm($meta_diz[e_LANGUAGE])."</textarea>
</td>
</tr>
<tr>
<td class='label'>".METLAN_10."</td>
<td class='control'>
<textarea class='tbox textarea' title='meta_keywords' id='meta_keywords' name='meta_keywords' cols='70' rows='4'>".$tp->toForm($meta_keywords[e_LANGUAGE])."</textarea>
<textarea class='tbox textarea e-autoheight' title='meta_keywords' id='meta_keywords' name='meta_keywords' cols='70' rows='4'>".$tp->toForm($meta_keywords[e_LANGUAGE])."</textarea>
</td>
</tr>
@@ -109,7 +109,7 @@ $text = "
<tr>
<td class='label'>".METLAN_2."</td>
<td class='control'>
<textarea class='tbox textarea' title=\"eg. <meta name='author' content='your name' />\" id='meta' name='meta' cols='70'
<textarea class='tbox textarea e-autoheight' title=\"eg. <meta name='author' content='your name' />\" id='meta' name='meta' cols='70'
rows='10' onselect='storeCaret(this);' onclick='storeCaret(this);' onkeyup='storeCaret(this);'>".str_replace("<","&lt;",$tp->toForm($meta[e_LANGUAGE]))."</textarea>
<div class='smalltext field-help'>eg. &lt;meta name='author' content='your name' /&gt; </div>
</td>
@@ -143,6 +143,7 @@ require_once("footer.php");
*/
function headerjs()
{
$ret = "
<script type='text/javascript'>
var e107Admin = {}

View File

@@ -1172,7 +1172,7 @@ $text .= "
$text .= "
</tbody>
</table>
<table cellpadding='0' cellspacing='0' class='adminform' style='margin-top: 20px'>
<table class='adminform' style='margin-top: 20px'>
<colgroup>
<col class='col-label' />
<col class='col-control' />