* ajusted layout of 'story/review'.

* added location param to the function 'closeModal' in my.js and front.class.php.
This commit is contained in:
Catouse
2014-04-28 15:27:08 +08:00
parent f4e0c5a8cb
commit 87cf62ca03
7 changed files with 82 additions and 96 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<div id='titlebar'>
<div class='heading'><?php echo html::icon($lang->icons['user']);?> <?php echo $lang->my->profile;?></div>
<div class='actions'>
<?php echo html::a($this->createLink('my', 'editprofile', '', '', true), $lang->user->editProfile, '', "class='btn btn-primary'");?>
<?php echo html::a($this->createLink('my', 'editprofile'), $lang->user->editProfile, '', "class='btn btn-primary'");?>
</div>
</div>
<table class='table table-borderless table-data'>