71 lines
3.7 KiB
PHP
71 lines
3.7 KiB
PHP
<?php /* Smarty version Smarty-3.1.19, created on 2020-02-09 12:58:10
|
|
|
|
compiled from "C:\inetpub\wwwroot\sophalcrm\customerportal\layouts\default\templates\HelpDesk\partials\IndexContentBefore.tpl" */ ?>
|
|
|
|
<?php /*%%SmartyHeaderCode:17422449415e3fd7b22f7325-02595988%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
|
|
$_valid = $_smarty_tpl->decodeProperties(array (
|
|
|
|
'file_dependency' =>
|
|
|
|
array (
|
|
|
|
'bff4bda119ae6c0016b61f56a8d6405a9312bd18' =>
|
|
|
|
array (
|
|
|
|
0 => 'C:\\inetpub\\wwwroot\\sophalcrm\\customerportal\\layouts\\default\\templates\\HelpDesk\\partials\\IndexContentBefore.tpl',
|
|
|
|
1 => 1520231416,
|
|
|
|
2 => 'file',
|
|
|
|
),
|
|
|
|
),
|
|
|
|
'nocache_hash' => '17422449415e3fd7b22f7325-02595988',
|
|
|
|
'function' =>
|
|
|
|
array (
|
|
|
|
),
|
|
|
|
'has_nocache_code' => false,
|
|
|
|
'version' => 'Smarty-3.1.19',
|
|
|
|
'unifunc' => 'content_5e3fd7b22fa5b9_67491028',
|
|
|
|
),false); /*/%%SmartyHeaderCode%%*/?>
|
|
|
|
<?php if ($_valid && !is_callable('content_5e3fd7b22fa5b9_67491028')) {function content_5e3fd7b22fa5b9_67491028($_smarty_tpl) {?>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="navigation-controls-row">
|
|
|
|
<div ng-if="checkRecordsVisibility(filterPermissions)" class="panel-title col-md-12 module-title">{{ptitle}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="row portal-controls-row">
|
|
|
|
<div class="col-lg-2 col-md-2 col-sm-8 col-xs-8">
|
|
|
|
<div ng-if="!checkRecordsVisibility(filterPermissions)" class="panel-title col-md-12 module-title">{{ptitle}}</div>
|
|
|
|
<div class="btn-group btn-group-justified" ng-if="checkRecordsVisibility(filterPermissions)">
|
|
|
|
<div class="btn-group">
|
|
|
|
<button type="button" translate="Mine"
|
|
|
|
ng-class="{'btn btn-default btn-primary':searchQ.onlymine, 'btn btn-default':!searchQ.onlymine}" ng-click="searchQ.onlymine=true">Mine</button>
|
|
|
|
</div>
|
|
|
|
<div class="btn-group">
|
|
|
|
<button type="button" translate="All"
|
|
|
|
ng-class="{'btn btn-default btn-primary':!searchQ.onlymine, 'btn btn-default':searchQ.onlymine}" ng-click="searchQ.onlymine=false">All</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-4">
|
|
|
|
<div class="btn-group addbtnContainer" ng-if="isCreatable">
|
|
|
|
<button type="button" translate= "New Ticket" class="btn btn-primary" ng-click="create()"></button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!--<div class="hidden-md hidden-lg" style="height: 20px;"></div>-->
|
|
|
|
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12">
|
|
|
|
<div class="row" ng-if="activateStatus">
|
|
|
|
<hp-selectric items="ticketStatus" ng-model="searchQ.ticketstatus"></hp-selectric>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-lg-2 col-md-2 col-sm-12 col-xs-12">
|
|
|
|
<button ng-if="records" class="btn btn-primary" ng-csv="exportRecords(module)" csv-header="csvHeaders" add-bom="true" filename="{{filename}}.csv">{{'Export'|translate}} {{ptitle}}</button>
|
|
|
|
</div>
|
|
|
|
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12 pagination-holder">
|
|
|
|
<div class="pull-right">
|
|
|
|
<div class="text-center">
|
|
|
|
<pagination
|
|
|
|
total-items="totalPages" max-size="3" ng-model="currentPage" ng-change="pageChanged(currentPage)" boundary-links="true">
|
|
|
|
</pagination>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- <div class="table-header" ng-show="pageInitialized"><h4>Tickets {{searchQ.type}</h4></div> -->
|
|
|
|
<input name="visited" type="hidden" ng-init="beforeRefresh='0'" ng-model="beforeRefresh">
|
|
|
|
|
|
|
|
<?php }} ?>
|
|
|