* fix style for action.
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ function getFiles($dir, $exceptions = array())
|
||||
|
||||
foreach($entries as $entry)
|
||||
{
|
||||
if($entry == '.' or $entry == '..' or $entry == '.svn') continue;
|
||||
if($entry == '.' or $entry == '..' or $entry == '.svn' or $entry == 'db') continue;
|
||||
if(in_array($entry, $exceptions)) continue;
|
||||
|
||||
$fullEntry = $dir . $entry;
|
||||
|
||||
@@ -75,7 +75,7 @@ function toggleOrder(obj)
|
||||
}
|
||||
|
||||
$(function(){
|
||||
var diffButton = "<input type='button' onclick='toggleStripTags(this)' class='hidden changeDiff diff-all' title='<?php echo $lang->action->original?>' >";
|
||||
var diffButton = "<input type='button' onclick='toggleStripTags(this)' class='hidden changeDiff diff-all' title='<?php echo $lang->action->original?>' value=' ' >";
|
||||
var newBoxID = ''
|
||||
var oldBoxID = ''
|
||||
$('blockquote').each(function(){
|
||||
@@ -121,7 +121,7 @@ $(function(){
|
||||
?>
|
||||
<span>
|
||||
<?php $this->action->printAction($action);?>
|
||||
<?php if(!empty($action->history)) echo html::commonButton('', "id=switchButton$i class='hand change-show' onclick=switchChange($i)");?>
|
||||
<?php if(!empty($action->history)) echo html::commonButton(' ', "id=switchButton$i class='hand change-show' onclick=switchChange($i)");?>
|
||||
</span>
|
||||
<?php if(!empty($action->comment) or !empty($action->history)):?>
|
||||
<?php if(!empty($action->comment)) echo "<div class='history'>";?>
|
||||
|
||||
@@ -539,5 +539,5 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table
|
||||
.log-desc {padding:2px 6px; background:url(images/main/zt-icons.png) -22px 25px;}
|
||||
.change-hide {padding:2px 8px; background:url(images/main/zt-icons.png) -42px 25px; border:0px;}
|
||||
.change-show {padding:2px 8px; background:url(images/main/zt-icons.png) -62px 25px; border:0px;}
|
||||
.diff-all {padding:2px 9px; background:url(images/main/zt-icons.png) -80px 25px; border:0px}
|
||||
.diff-short {padding:2px 9px; background:url(images/main/zt-icons.png) -100px 25px; border:0px}
|
||||
.diff-all {padding:2px 9px; background:url(images/main/zt-icons.png) -78px 25px; border:0px}
|
||||
.diff-short {padding:2px 9px; background:url(images/main/zt-icons.png) -98px 25px; border:0px}
|
||||
|
||||
Reference in New Issue
Block a user