summaryrefslogtreecommitdiff
path: root/core/views/form.html.php
AgeCommit message (Collapse)Author
2009-01-01Change the preamble for views in two ways:Bharat Mediratta
1) drop unnecessary semicolon 2) start with <?php for extra security in the case that the server itself doesn't have short_tags enabled (the app won't work, but we need to make sure that we're still secure)
2008-12-26Group AdministrationFelix Rabinovich
2008-12-18Don't wrap hidden inputs in <li/>Bharat Mediratta
2008-12-141) fix Forge_Group to display the label (will raise a bug with Kohana)Tim Almdal
2) Change form.html.php to use the group label instead of the name 3) Converted the add photo to explicity set the label of the field (new coding standard)
2008-12-07Move form.html.php from themes/default/views to core/viewsTim Almdal