* fixed onlybody option for some links.

* ajusted style of module 'testtask'.
This commit is contained in:
Catouse
2014-04-28 13:49:52 +08:00
parent d7cce606ee
commit cc4bad62f0
7 changed files with 15 additions and 17 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'), $lang->user->editProfile, '', "class='btn btn-primary'");?>
<?php echo html::a($this->createLink('my', 'editprofile', '', '', true), $lang->user->editProfile, '', "class='btn btn-primary'");?>
</div>
</div>
<table class='table table-borderless table-data'>