* Code for adjust style in drop.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
.drop-title {padding: 0 15px;}
|
||||
.split-row > .side-col,
|
||||
.split-row > .main-col {padding: 0;}
|
||||
.col-spliter {width: 20px; position: relative; z-index: 10; cursor: ew-resize;}
|
||||
|
||||
@@ -132,6 +132,7 @@ $lang->doc->moduleDoc = 'Nach Modulen';
|
||||
$lang->doc->searchDoc = 'Suche';
|
||||
$lang->doc->fast = 'Schnelleintrag';
|
||||
$lang->doc->allDoc = 'Alle Doks';
|
||||
$lang->doc->allVersion = 'All Versions';
|
||||
$lang->doc->openedByMe = 'Meine';
|
||||
$lang->doc->editedByMe = 'Edited By Me';
|
||||
$lang->doc->orderByOpen = 'Zuletzt hinzugefügt';
|
||||
|
||||
@@ -132,6 +132,7 @@ $lang->doc->moduleDoc = 'By Module';
|
||||
$lang->doc->searchDoc = 'Search';
|
||||
$lang->doc->fast = 'Quick Entry';
|
||||
$lang->doc->allDoc = 'All Documents';
|
||||
$lang->doc->allVersion = 'All Versions';
|
||||
$lang->doc->openedByMe = 'My';
|
||||
$lang->doc->editedByMe = 'Edited By Me';
|
||||
$lang->doc->orderByOpen = 'Recent Added';
|
||||
|
||||
@@ -132,6 +132,7 @@ $lang->doc->moduleDoc = 'Par Module';
|
||||
$lang->doc->searchDoc = 'Rechercher';
|
||||
$lang->doc->fast = 'Saisie rapide';
|
||||
$lang->doc->allDoc = 'Tous les Documents';
|
||||
$lang->doc->allVersion = 'All Versions';
|
||||
$lang->doc->openedByMe = 'Mes';
|
||||
$lang->doc->editedByMe = 'Edited By Me';
|
||||
$lang->doc->orderByOpen = 'Récemment Ajoutés';
|
||||
|
||||
@@ -57,6 +57,7 @@ $lang->doc->moduleDoc = 'By Module';
|
||||
$lang->doc->searchDoc = 'Tìm kiếm';
|
||||
$lang->doc->fast = 'Quick Entry';
|
||||
$lang->doc->allDoc = 'Tất cả tài liệu';
|
||||
$lang->doc->allVersion = 'All Versions';
|
||||
$lang->doc->openedByMe = 'Của bạn';
|
||||
$lang->doc->editedByMe = 'Edited By Me';
|
||||
$lang->doc->orderByOpen = 'Recent Added';
|
||||
|
||||
@@ -132,6 +132,7 @@ $lang->doc->moduleDoc = '按模块浏览';
|
||||
$lang->doc->searchDoc = '搜索';
|
||||
$lang->doc->fast = '快速访问';
|
||||
$lang->doc->allDoc = '全部文档';
|
||||
$lang->doc->allVersion = '全部版本';
|
||||
$lang->doc->openedByMe = '我的创建';
|
||||
$lang->doc->editedByMe = '我的编辑';
|
||||
$lang->doc->orderByOpen = '最近添加';
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<span class="caret"></span>
|
||||
</a>
|
||||
<ul id="docVersionMenu" class='dropdown-menu doc-version-menu' style='width: 250px; overflow-y:auto'>
|
||||
<li class="drop-title flex-between"><div><?php echo $lang->doc->allDoc?></div></li>
|
||||
<li class="drop-title flex-between"><div><?php echo $lang->doc->allVersion?></div></li>
|
||||
<div class="drop-body menu-active-primary menu-hover-primary">
|
||||
<?php for($itemVersion = $doc->version; $itemVersion > 0; $itemVersion--):?>
|
||||
<li class="li-item <?php if($itemVersion == $version) echo 'active';?>"><div class="checkbox-primary"><input type="checkbox" <?php echo "data-id=".$doc->id." data-version=".$itemVersion;?> ></input><label for=""></label></div><a href='javascript:void(0)' data-url='<?php echo $this->createLink('doc', 'view', "docID=$doc->id&version=$itemVersion"); ?>'>#<?php echo $itemVersion;?></a></li>
|
||||
|
||||
Reference in New Issue
Block a user