layouts/basic/modules/Settings/Notifications/List.tpl
{strip}
{*<!-- {[The file is published on the basis of YetiForce Public License 6.5 that can be found in the following directory: licenses/LicenseEN.txt or yetiforce.com]} -->*}
<div class="o-breadcrumb widget_header row">
<div class="col-md-6">
{include file=\App\Layout::getTemplatePath('BreadCrumbs.tpl', $MODULE_NAME)}
</div>
<div class="col-md-6">
<div class="col-md-6">
<button class="btn btn-success float-right createNotification">{\App\Language::translate('LBL_ADD',$QUALIFIED_MODULE)}</button>
</div>
<div class="col-md-6">
<select class="select2 form-control" name="roleMenu">
<option value="0" {if $ROLEID eq 0} selected="" {/if}>{\App\Language::translate('LBL_DEFAULT_MENU', $QUALIFIED_MODULE)}</option>
{foreach item=ROLE key=KEY from=$LIST_ROLES}
<option value="{$KEY|replace:'H':''}" {if $ROLEID === $KEY} selected="" {/if}>{\App\Language::translate($ROLE->getName())}</option>
{/foreach}
</select>
</div>
</div>
</div>
<div class="col-12 listWithNotifications">
</div>
{/strip}