Commit 439ea51 1 parent 6223486 commit 439ea51 Copy full SHA for 439ea51
File tree 1 file changed +13
-12
lines changed
1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 1
1
<?php $ this ->css ($ this ->assetModule ('css/front.css ' )); ?>
2
2
<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>
15
3
<div class="row">
16
4
<div class="col-md-3">
17
5
<?php $ sideActive = 'support ' ; ?>
18
6
<?php include $ this ->templateModule ('front/user-profile-sidebar.phtml ' , 'user ' ); ?>
19
7
</div>
20
8
<div class="col-md-9">
21
9
<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
+
22
23
<?php if (!empty ($ tickets )) { ?>
23
24
<table class="table table-striped table-bordered table-condensed small">
24
25
<tr>
You can’t perform that action at this time.
0 commit comments