mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 00:15:34 +00:00
fix line indenting
This commit is contained in:
parent
cd08883c55
commit
7119b431f8
|
@ -702,7 +702,7 @@ $(document).ready( function() {
|
|||
$items[] = array('link'=>$this->params['settings']->_httpRoot."op/op.ViewOnline.php?documentid=".$latestContent->getDocument()->getId()."&version=". $latestContent->getVersion(), 'icon'=>'eye', 'label'=>'view_online', 'target'=>'_blank');
|
||||
if($newitems = $this->callHook('extraVersionViews', $latestContent))
|
||||
$items = array_merge($items, $newitems);
|
||||
if($items) {
|
||||
if($items) {
|
||||
$this->showActions($items);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user