blob: 67ecf642d731e27f79c28e4ac05a30e7cc5a4592 [file] [log] [blame]
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<div class="dijitHidden">
<div data-dojo-type="dijit/Dialog" data-dojo-props="title:'Access Control Provider'" id="addAccessControlProvider">
<div id="addAccessControlProvider.contentPane">
<form id="addAccessControlProvider.form" method="post" data-dojo-type="dijit/form/Form">
<div class="formBox">
<div class="clear">
<div class="formLabel-labelCell tableContainer-labelCell">Name*:</div>
<div class="formLabel-controlCell tableContainer-valueCell">
<input type="text" id="addAccessControlProvider.name"
data-dojo-type="dijit/form/ValidationTextBox"
data-dojo-props="
name: 'name',
placeHolder: 'access control provider name',
required: true,
promptMessage: 'Name of access control provider, must be unique',
title: 'Enter a unique access control provider name per broker'" />
</div>
</div>
<div class="clear">
<div class="formLabel-labelCell tableContainer-labelCell">Type*:</div>
<div class="tableContainer-valueCell formLabel-controlCell">
<select id="addAccessControlProvider.type" data-dojo-type="dijit/form/FilteringSelect"
data-dojo-props="
name: 'type',
required: true,
placeHolder: 'select access control provider type',
promptMessage: 'Type of access control provider',
title: 'Select access control provider type',
searchAttr: 'name'">
</select>
</div>
</div>
<div class="clear">
<div class="formLabel-labelCell tableContainer-labelCell">Priority:</div>
<div class="formLabel-controlCell tableContainer-valueCell">
<input type="text" id="addAccessControlProvider.priority"
data-dojo-type="dijit/form/ValidationTextBox"
data-dojo-props="
name: 'priority',
placeHolder: 'priority',
required: false,
promptMessage: 'Priority of this provider (0 is highest priority)',
title: 'Enter a priority for the provider (0 is highest priority)'" />
</div>
</div>
<div class="clear">
<div id="addAccessControlProvider.typeFields"></div>
</div>
</div>
</form>
<div class="clear">
</div>
</div>
<div class="dijitDialogPaneActionBar qpidDialogPaneActionBar">
<button data-dojo-type="dijit/form/Button" id="addAccessControlProvider.addButton" data-dojo-props="label: 'Save'" type="submit"></button>
<button data-dojo-type="dijit/form/Button" id="addAccessControlProvider.cancelButton" data-dojo-props="label: 'Cancel'" ></button>
</div>
</div>
</div>