1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-23 14:44:29 +02:00

Minor gui fixes.

This commit is contained in:
Cameron
2013-03-08 21:48:49 -08:00
parent 42dc422160
commit 177d705509
2 changed files with 13 additions and 4 deletions

View File

@@ -357,12 +357,14 @@ $text .= "
<td>".PRFLAN_5."</td>
<td>
".$frm->textarea('sitetag', $pref['sitetag'], 3, 59)."
<div class='field-help'>Used by some themes. Place 'SITETAG' in your theme to use this value.</div>
</td>
</tr>
<tr>
<td>".PRFLAN_6."</td>
<td>
".$frm->textarea('sitedescription', $pref['sitedescription'], 3, 80)."
<div class='field-help'>Used by some themes. Place 'SITEDESCRIPTION' in your theme to use this value.</div>
</td>
</tr>
@@ -370,6 +372,7 @@ $text .= "
<td>".PRFLAN_9."</td>
<td>
".$frm->textarea('sitedisclaimer', str_replace(array('<', '>', '"'), array('&lt;', '&gt;', '&quot;'), $pref['sitedisclaimer']), 3, 80)."
<div class='field-help'>Used by some themes. Place 'SITEDISCLAIMER' in your theme to use this value.</div>
</td>
</tr>
</tbody>