* fix style for action.

This commit is contained in:
wangyidong
2012-12-24 01:30:08 +00:00
parent 5f7282aa6a
commit bc59ffa8f1
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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;
+2 -2
View File
@@ -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='&nbsp;' >";
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('&nbsp;', "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'>";?>
+2 -2
View File
@@ -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}