* Change createLib and editLib to lower case.

This commit is contained in:
liugang
2018-07-12 10:08:40 +08:00
parent 70d1aa8c8f
commit e48c46e84e
10 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -132,7 +132,7 @@
<?php $i++;?>
<?php endforeach;?>
<div class="col-xs-6">
<?php common::printLink('doc', 'createLib', "type=project&objectID=$project->id", "<i class='icon icon-plus hl-primary text-primary'></i> &nbsp;" . $lang->doc->createLib, '', "class='text-muted iframe'");?>
<?php common::printLink('doc', 'createLib', "type=project&objectID=$project->id", "<i class='icon icon-plus hl-primary text-primary'></i> &nbsp;" . $lang->doc->createlib, '', "class='text-muted iframe'");?>
</div>
<?php endif;?>
</div>