Skip to content

Instantly share code, notes, and snippets.

@dfeyer
Created November 2, 2012 14:20
Show Gist options
  • Save dfeyer/4001633 to your computer and use it in GitHub Desktop.
Save dfeyer/4001633 to your computer and use it in GitHub Desktop.
<f:layout name="Backoffice"/>
<f:section name="PageHeader">
<f:render partial="Backoffice/PageHeader" arguments="{module: 'domainPreferences', configuration: settings.backoffice.domainPreferences.actionMenu}"/>
</f:section>
<f:section name="Content">
<div class="container">
<f:form action="update" object="{domain}" name="domain" class="form-horizontal well" enctype="multipart/form-data">
<f:render partial="Model/Domain/PreferencesProperty" arguments="{_all}"/>
<div class="form-actions">
<input class="btn btn-info" type="submit" value="Confirmer"/>
</div>
</f:form>
</div>
</f:section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment