PHP Classes

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

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

Contents

Class file image Download
<div class="form-row"> <div class="form-column"> </div> <div class="form-column"> <input type="checkbox" id="public_directory" name="publicprofile" value="1" {% if account.publicprofile %}checked="checked"{% endif %} /> <label for="public_directory">{{ __("List yourself in the public directory?") }}</label> </div> </div> <div class="form-row"> <div class="form-column"> <label for="display_name">{{ __("Display Name") }}:</label> </div> <div class="form-column"> <input type="text" id="display_name" name="display_name" value="{{ account.display_name|e('html_attr') }}" placeholder="Optional" /> </div> </div>