diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-09-15 06:30:57 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-09-15 06:30:57 +0000 |
| commit | 9ec80107411cec0f8d1f861d164a1cd589b2a3ed (patch) | |
| tree | bc56f8d3d8367ce6e0c1871f5a3d2eccf5c4e53a /templates/edit_textarea.tpl | |
| parent | 90e13aa669010113fbd046ea7e1193b8a15b59f2 (diff) | |
| download | liberty-9ec80107411cec0f8d1f861d164a1cd589b2a3ed.tar.gz liberty-9ec80107411cec0f8d1f861d164a1cd589b2a3ed.tar.bz2 liberty-9ec80107411cec0f8d1f861d164a1cd589b2a3ed.zip | |
div.row.rt-edit congruent to div.row.submit, makes selecting rich text area easier
Diffstat (limited to 'templates/edit_textarea.tpl')
| -rw-r--r-- | templates/edit_textarea.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_textarea.tpl b/templates/edit_textarea.tpl index 1f7925f..dd06d54 100644 --- a/templates/edit_textarea.tpl +++ b/templates/edit_textarea.tpl @@ -11,7 +11,7 @@ {include file="bitpackage:quicktags/quicktags_full.tpl"} {/if} - <div class="row"> + <div class="row rt-edit"> {formlabel label=$textarea_label for=$textarea_id} {forminput} <textarea {$textarea_class} {$textarea_attributes} {spellchecker width=$cols height=$rows} id="{$textarea_id|default:$smarty.const.LIBERTY_TEXT_AREA}" name="{$textarea_name|default:edit}" {$textarea_style}>{$textarea_data|escape:html}</textarea> |
