Commit b7eb3485abc61e979885e7d23d054053cf282852
1 parent
f920d2dd
Exists in
master
and in
29 other branches
ActionItem929: some HTML enhancements
Showing
3 changed files
with
7 additions
and
5 deletions
Show diff stats
app/views/cms/_folder.rhtml
1 | 1 | <%= required_fields_message %> |
2 | 2 | |
3 | -<%# TODO add Textile help here %> | |
4 | -<%= render :file => 'shared/tiny_mce' %> | |
5 | - | |
6 | 3 | <%= required f.text_field('name', :size => '64') %> |
7 | 4 | <%= labelled_form_field(_('Folder type'), f.select(:view_as, Folder.select_views)) %> |
8 | 5 | |
9 | -<%= labelled_form_field(_('Description:'), text_area(:article, :body, :cols => 64)) %> | |
6 | +<%= labelled_form_field(_('Description:'), text_area(:article, :body, :rows => 3, :cols => 64)) %> | ... | ... |
app/views/cms/_uploaded_file.rhtml