JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: put each listing th on its own line
authorJason Woofenden <jason@jasonwoof.com>
Thu, 13 Dec 2012 07:47:20 +0000 (02:47 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Thu, 13 Dec 2012 07:47:20 +0000 (02:47 -0500)
metaform/template.html

index 5bbcb2f..8328707 100644 (file)
                        <p><a href="~file_name~?new=1">[Add a new ~singular~]</a></p>
 
                        <table cellspacing="0" cellpadding="4" border="1" summary="">
-                               <tr><!--~listing_headers {~--><th><a href="?sort=~~sorting-by-~name~~~~name~">~caption~</a></th><!--~}~--><th>&nbsp;</th></tr><!--~~rows {~~-->
+                               <tr><!--~listing_headers {~-->
+                                       <th><a href="?sort=~~sorting-by-~name~~~~name~">~caption~</a></th><!--~}~-->
+                                       <th>&nbsp;</th>
+                               </tr><!--~~rows {~~-->
                                <tr><!--~listing_fields {~-->
                                        <td class="listing"><a href="~file_name~?~opt_display unset {~edit_~}~id=~~id~~"><!--~enc {~-->~~~name~ ~enc~~~<!--~~~name~ empty {~~--><em>(blank)</em><!--~~}~~--><!--~}~--><!--~thumb {~--><!--~~~name~ nonempty {~~--><img src="~~~name~ thumb_src~~" width="~~~name~ thumb_width~~" height="~~~name~ thumb_height~~" alt=""><!--~~}~~--><!--~}~--></a></td><!--~}~-->
                                        <td><a href="~file_name~?~file_name~_delete_id=~~id~~" onclick="return confirm('Permanently delete?')">[delete this ~singular~]</a></td>