Skip to content

Commit

Permalink
changed title input field size (when adding new page part) so it woul…
Browse files Browse the repository at this point in the history
…d fit window
  • Loading branch information
ugisozols committed Aug 4, 2010
1 parent d68cbb9 commit 011aab5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div id='new_page_part_dialog' style='display: none'>
<div class='field'>
<label for='new_page_part_title'>Title</label>
<input id='new_page_part_title' value='' class='larger' size='40' />
<input id='new_page_part_title' value='' class='larger' size='35' />
<input id='new_page_part_index' type='hidden' value='<%= @page.parts.size %>' />
</div>
<%= render :partial => "/shared/admin/form_actions", :locals => {
Expand Down

0 comments on commit 011aab5

Please sign in to comment.