PHP Classes

File: src/Cabin/Bridge/View/perms/action.twig

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/Cabin/Bridge/View/perms/action.twig   Download  
File: src/Cabin/Bridge/View/perms/action.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: 574 bytes
 

Contents

Class file image Download
{% extends base_template() %} {% block main %} <form method="post" class="airship-form">{{ form_token() }} <label for="label">{{ __("Action Name") }}</label>: <input id="label" type="text" name="label" value="{{ action.label|e('html_attr') }}" /> <button type="submit" class="pure-button pure-button-secondary"> {{ __("Change Action's Label") }} </button> <a class="pure-button pure-button-tertiary" href="{{ cabin_url() }}crew/permissions/{{ cabin|e('html_attr') }}">{{ __("Cancel") }}</a> </form> {% endblock %}