PHP Classes

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

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

Contents

Class file image Download
<fieldset> <legend>{{ __("Add a Notary") }}</legend> <label for="new_notary">{{ __("Name") }}</label>: <input type="text" name="name" id="name" placeholder="Example Blog" /> <label for="new_notary">{{ __("Airship URL") }}</label>: <input type="text" name="new_notary" id="new_notary" placeholder="https://example.com" /> <label for="channel">{{ __("Channel") }}</label>: <select name="channel" id="channel">{% for name, channel in channels %} <option value="{{ name|e('html_attr') }}">{{ name }}</option> {% endfor %}</select> <button type="submit" name="new_notary_submit" value="1" class="pure-button pure-button-secondary"> {{ __("Add Notary") }} </button> </fieldset>