* Rewrite allLibs, objectLibs and browse pages of doc.

This commit is contained in:
daitingting
2018-05-07 17:27:12 +08:00
parent b38b38365a
commit 42c6502b0f
15 changed files with 689 additions and 698 deletions
+1 -1
View File
@@ -122,7 +122,7 @@
<?php $i = 0;?>
<?php foreach($docLibs as $libID => $docLib):?>
<?php if($i > 8) break;?>
<div class="col-xs-6"><?php echo html::a($this->createLink('doc', 'browse', "libID=$libID&browseTyp=all&param=&orderBy=&from=project"), "<i class='icon icon-folder text-yellow'></i> " . $docLib);?></div>
<div class="col-xs-6"><?php echo html::a($this->createLink('doc', 'browse', "libID=$libID&browseTyp=all&param=&orderBy=&from=project"), "<i class='icon icon-folder text-yellow'></i> " . $docLib->name);?></div>
<?php $i++;?>
<?php endforeach;?>
<div class="col-xs-6">