|
|
@ -3,10 +3,10 @@
|
|
|
|
<div class="modal-dialog modal-lg" role="document">
|
|
|
|
<div class="modal-dialog modal-lg" role="document">
|
|
|
|
<div class="modal-content">
|
|
|
|
<div class="modal-content">
|
|
|
|
<div class="modal-header">
|
|
|
|
<div class="modal-header">
|
|
|
|
<h4 class="modal-title hidden" id="h1">{{_('Select allowed/denied Tags')}}</h4>
|
|
|
|
<h4 class="modal-title hidden" id="h1">{{_('Select Allowed/Denied Tags')}}</h4>
|
|
|
|
<h4 class="modal-title hidden" id="h2">{{_('Select allowed/denied Custom Column values')}}</h4>
|
|
|
|
<h4 class="modal-title hidden" id="h2">{{_('Select Allowed/Denied Custom Columns')}}</h4>
|
|
|
|
<h4 class="modal-title hidden" id="h3">{{_('Select allowed/denied Tags of user')}}</h4>
|
|
|
|
<h4 class="modal-title hidden" id="h3">{{_('Select Allowed/Denied Tags')}}</h4>
|
|
|
|
<h4 class="modal-title hidden" id="h4">{{_('Select allowed/denied Custom Column values of user')}}</h4>
|
|
|
|
<h4 class="modal-title hidden" id="h4">{{_('Select Allowed/Denied Custom Columns')}}</h4>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
|
|
<div class="modal-body">
|
|
|
|
<table class="table table-no-bordered" id="restrict-elements-table" data-id-field="id" data-show-header="false" data-editable-mode="inline">
|
|
|
|
<table class="table table-no-bordered" id="restrict-elements-table" data-id-field="id" data-show-header="false" data-editable-mode="inline">
|
|
|
@ -21,7 +21,7 @@
|
|
|
|
</table>
|
|
|
|
</table>
|
|
|
|
<form id="add_restriction" action="" method="POST">
|
|
|
|
<form id="add_restriction" action="" method="POST">
|
|
|
|
<div class="form-group required">
|
|
|
|
<div class="form-group required">
|
|
|
|
<label for="add_element">{{_('Add View Restriction')}}</label>
|
|
|
|
<label for="add_element">{{_('Add New Restriction')}}</label>
|
|
|
|
<input type="text" class="form-control" name="add_element" id="add_element" >
|
|
|
|
<input type="text" class="form-control" name="add_element" id="add_element" >
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group required">
|
|
|
|
<div class="form-group required">
|
|
|
|