Skip to content

Instantly share code, notes, and snippets.

@tedkulp
Created January 29, 2009 04:35
Show Gist options
  • Save tedkulp/54383 to your computer and use it in GitHub Desktop.
Save tedkulp/54383 to your computer and use it in GitHub Desktop.
{validation_errors for='template'}
{render_partial template='editform.tpl'}
{validation_errors for='template'}
{render_partial template='editform.tpl'}
{form}
{label for='template[name]'}Name{/label}: {textbox name='template[name]' value=$template.name}<br />
{label for='template[name]'}Content{/label}: {textarea name='template[content]' value=$template.content cols='80' rows='10'}<br />
{label for='template[active]'}Active{/label}: {checkbox name='template[active]' checked=$template.active}<br />
{hidden name='template[id]' value=$template.id}{submit name='submit' value="Submit"}{submit name='cancel' value="Cancel"}
{/form}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment