Skip to content

Commit

Permalink
pi-engine/pi#1442 Optimize support
Browse files Browse the repository at this point in the history
  • Loading branch information
esprit-dev committed Jan 31, 2017
1 parent 6223486 commit 439ea51
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions template/front/index-index.phtml
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
<?php $this->css($this->assetModule('css/front.css')); ?>
<div class="clearfix">
<div class="page-header">
<div class="clearfix row">
<div class="col-md-8">
<h1><?php _e('List of your submitted tickets') ?></h1>
</div>
<div class="col-md-4 text-right">
<a title="<?php _e('New ticket') ?>" class="btn btn-success" href="<?php echo $this->escape($submit); ?>">
<i class="fa fa-plus"></i> <?php _e('New ticket') ?>
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3">
<?php $sideActive = 'support'; ?>
<?php include $this->templateModule('front/user-profile-sidebar.phtml', 'user'); ?>
</div>
<div class="col-md-9">
<div class="clearfix">
<div class="page-header">
<div class="clearfix row">
<div class="col-md-8">
<h1><?php _e('List of your submitted tickets') ?></h1>
</div>
<div class="col-md-4 text-right">
<a title="<?php _e('New ticket') ?>" class="btn btn-success" href="<?php echo $this->escape($submit); ?>">
<i class="fa fa-plus"></i> <?php _e('New ticket') ?>
</a>
</div>
</div>
</div>

<?php if (!empty($tickets)) { ?>
<table class="table table-striped table-bordered table-condensed small">
<tr>
Expand Down

0 comments on commit 439ea51

Please sign in to comment.