PHP Classes

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

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

Contents

Class file image Download
<form method="post" class="airship-form">{{ form_token() }} <div class="table full-width bottom-pad"> <div class="table-row"> <label class="table-cell table-min-width bottom-pad" for="old_url">{{ __("Old URL") }}:</label> <div class="table-cell monospace"> {{ redirect["oldpath"] }} </div> </div> <div class="table-row"> <label class="table-cell table-min-width" for="new_url">{{ __("New URL") }}:</label> <div class="table-cell monospace"> {{ redirect["newpath"] }} </div> </div> </div> <button class="pure-button pure-button-primary"> <i class="fa fa-remove"></i> {{ __("Delete Redirect") }} </button> <a href="{{ cabin_url() }}redirects/{{ cabin|e('html_attr') }}" class="pure-button pure-button-tertiary"> {{ __("Cancel") }} </a> </form>