Skip to content

Commit 439ea51

Browse files
committed
pi-engine/pi#1442 Optimize support
1 parent 6223486 commit 439ea51

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

template/front/index-index.phtml

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
<?php $this->css($this->assetModule('css/front.css')); ?>
22
<div class="clearfix">
3-
<div class="page-header">
4-
<div class="clearfix row">
5-
<div class="col-md-8">
6-
<h1><?php _e('List of your submitted tickets') ?></h1>
7-
</div>
8-
<div class="col-md-4 text-right">
9-
<a title="<?php _e('New ticket') ?>" class="btn btn-success" href="<?php echo $this->escape($submit); ?>">
10-
<i class="fa fa-plus"></i> <?php _e('New ticket') ?>
11-
</a>
12-
</div>
13-
</div>
14-
</div>
153
<div class="row">
164
<div class="col-md-3">
175
<?php $sideActive = 'support'; ?>
186
<?php include $this->templateModule('front/user-profile-sidebar.phtml', 'user'); ?>
197
</div>
208
<div class="col-md-9">
219
<div class="clearfix">
10+
<div class="page-header">
11+
<div class="clearfix row">
12+
<div class="col-md-8">
13+
<h1><?php _e('List of your submitted tickets') ?></h1>
14+
</div>
15+
<div class="col-md-4 text-right">
16+
<a title="<?php _e('New ticket') ?>" class="btn btn-success" href="<?php echo $this->escape($submit); ?>">
17+
<i class="fa fa-plus"></i> <?php _e('New ticket') ?>
18+
</a>
19+
</div>
20+
</div>
21+
</div>
22+
2223
<?php if (!empty($tickets)) { ?>
2324
<table class="table table-striped table-bordered table-condensed small">
2425
<tr>

0 commit comments

Comments
 (0)