Files
CRM/customerportal/writeable/templates_c/default/e9f59dedda3581e09abf3cb10c6bc35ff3d4d3a1.file.IndexContentBefore.tpl.php
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

60 lines
2.9 KiB
PHP

<?php /* Smarty version Smarty-3.1.19, created on 2019-09-08 15:01:55
compiled from "C:\wamp64\www\sophalcrm\customerportal\layouts\default\templates\Documents\partials\IndexContentBefore.tpl" */ ?>
<?php /*%%SmartyHeaderCode:294225d7517e3cac199-37513589%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'e9f59dedda3581e09abf3cb10c6bc35ff3d4d3a1' =>
array (
0 => 'C:\\wamp64\\www\\sophalcrm\\customerportal\\layouts\\default\\templates\\Documents\\partials\\IndexContentBefore.tpl',
1 => 1520231416,
2 => 'file',
),
),
'nocache_hash' => '294225d7517e3cac199-37513589',
'function' =>
array (
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.19',
'unifunc' => 'content_5d7517e3ce6c37_68040279',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5d7517e3ce6c37_68040279')) {function content_5d7517e3ce6c37_68040279($_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 ng-if="!checkRecordsVisibility(filterPermissions)" class="panel-title col-md-12 module-title">{{ptitle}}</div>
<div class="col-lg-3 col-md-3 col-sm-8 col-xs-8" ng-if="checkRecordsVisibility(filterPermissions)">
<div class="btn-group btn-group-justified">
<div class="btn-group">
<button type="button"
ng-class="{'btn btn-default btn-primary':searchQ.onlymine, 'btn btn-default':!searchQ.onlymine}" ng-click="searchQ.onlymine=true">{{'Mine' | translate}}</button>
</div>
<div class="btn-group">
<button type="button"
ng-class="{'btn btn-default btn-primary':!searchQ.onlymine, 'btn btn-default':searchQ.onlymine}" ng-click="searchQ.onlymine=false">{{'All' | translate}}</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="isCreateable">
<button type="button" class="btn btn-primary addBtn" ng-click="create()">{{'Add Document' | translate}}</button>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12 pagination-holder pull-right">
<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>
<?php }} ?>