Displaying 1 result from an estimated 1 matches for "admin_title".
Did you mean:
admin_file
2006 Apr 10
8
Advice on Similar Views with Helpers
...l,
borders, all the things that it needs, and it would place "User
Administration" in the cell it should go in, and all the content in
another one. So something like...
<table border="0" cellpadding="0" cellspacing="0">
<tr><td class="admin_title"><%= the_title %></td></tr>
<tr><td class="admin_content"><%= @content_for_partial %></td></tr>
</table>
This is a very simplistic example, but my tables are fairly complex with
spacers, different classes, styles, etc.
I bri...