PHP Classes

File: src/Cabin/Bridge/View/cargo/bridge_preferences.twig

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/Cabin/Bridge/View/cargo/bridge_preferences.twig   Download  
File: src/Cabin/Bridge/View/cargo/bridge_preferences.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change:
Date: 7 years ago
Size: 646 bytes
 

Contents

Class file image Download
<h2>{{ __("My Preferences") }}</h2> <form method="post" class="airship-form">{{ form_token() }} {% if post_response %} <p class="{{ post_response.status|e('html_attr') }}">{{ post_response.message }}</p> {% endif %} {% include cargo("bridge_preferences_motif") %} {# Gadget developers: Feel free to add to this one: #} {% include cargo("bridge_preferences_extra") ignore missing %} <fieldset class="form-button-group"> <button type="submit" class="pure-button pure-button-primary"> <i class="fa fa-save"></i> {{ __("Save Preferences") }} </button> </fieldset> </form>