* Modify action edit style.

This commit is contained in:
caoyanyi
2023-04-14 09:16:57 +08:00
parent 360a732499
commit 2c4f976c14
2 changed files with 6 additions and 1 deletions
+6
View File
@@ -8,6 +8,12 @@ $(function()
})
$('.menu-actions > a').blur(function() {$(this).css('background', 'none');})
$('.comment-edit-form').ajaxForm({
success: function(data) {
location.reload();
}
})
})
/**
-1
View File
@@ -28,7 +28,6 @@
</div>
</div>
<div class="actions">
<span class='text'><?php echo$lang->doc->diff?></span>
<?php echo html::a("javascript:fullScreen()", '<span class="icon-fullscreen"></span>', '', "title='{$lang->fullscreen}' class='btn btn-link fullscreen-btn'");?>
<?php if(common::hasPriv('doc', 'collect')):?>
<?php $star = strpos($doc->collector, ',' . $this->app->user->account . ',') !== false ? 'star' : 'star-empty';?>