PHP Classes

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

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

Contents

Class file image Download
<h2>{{ __("Crew") }}</h2> <p>{{ __( "This part of the Bridge allows you to manage your users, user groups, and the permissions for various parts of the Airship." ) }}</p> <ol> <li>{{ __( "Users can belong to any number of groups." ) }}</li> <li>{{ __( "Groups can inherit their permissions from other groups." ) }}</li> <li>{{ __( "Permission can be granted to either a group or to a specific user." ) }}</li> </ol> <h3>{{ __("Sections") }}</h3> <ul> <li><a href="{{ cabin_url() }}crew/groups">{{ __("Manage Groups") }}</a></li> <li><a href="{{ cabin_url() }}crew/permissions">{{ __("Manage Permissions") }}</a></li> <li><a href="{{ cabin_url() }}crew/users">{{ __("Manage Users") }}</a></li> </ul>