更新至V1.82.4,更新内容在笔记中查看

This commit is contained in:
小胡
2023-07-22 13:46:26 +08:00
Unverified
parent 642450eb53
commit 761f9649b8
18 changed files with 20 additions and 18 deletions

View File

@@ -152,7 +152,7 @@
<div class="dropdown controls_adapt">
<button class="btn btn-default dropdown-toggle" id="orgids_Menu" data-toggle="dropdown">{lang please_select_a_organization_or_department}<span class="caret"></span></button>
<div id="orgids_dropdown_menu" class="dropdown-menu org-sel-box" role="menu" aria-labelledby="orgids_Menu">
<iframe name="orgids_iframe" class="org-sel-box-iframe" src="index.php?mod=system&op=orgtree&ctrlid=orgids&multiple=1&nouser=1" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="100%" allowtransparency="true"></iframe>
<iframe name="orgids_iframe" class="org-sel-box-iframe" src="index.php?mod=system&op=orgtree&ctrlid=orgids&multiple=1&nouser=1&stype=1" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="100%" allowtransparency="true"></iframe>
</div>
</div>
<div id="orgids">

View File

@@ -179,7 +179,6 @@ $lang = array
'right_click_menu_style'=>' right click menu style ',
'only_upload_img_file'=>' only image files can be uploaded ',
'must_fill_address_wallpaper'=>' you must fill in the wallpaper address',
'import_user'=>' import user ',
'add_new_type'=>' add new category ',
'data_import_error'=>' data import error ',
'network' => 'network',

View File

@@ -179,7 +179,6 @@ $lang = array
'right_click_menu_style'=>'右键菜单样式',
'only_upload_img_file'=>'只能上传图片文件',
'must_fill_address_wallpaper'=>'必须填写壁纸地址',
'import_user'=>'导入用户',
'add_new_type'=>'添加新分类',
'data_import_error'=>'数据导入错误',
'network'=>'网络',

View File

@@ -245,7 +245,7 @@
<input id="sel_defaultdepartment" type="hidden" name="settingnew[defaultdepartment]" value="$setting[defaultdepartment]"/>
<button type="button" id="defaultdepartment_Menu" class="btn btn-default dropdown-toggle" data-toggle="dropdown"> $defaultdepartment <span class="caret"></span></button>
<div id="defaultdepartment_dropdown_menu" class="dropdown-menu org-sel-box" role="menu" aria-labelledby="defaultdepartment_Menu">
<iframe name="defaultdepartment_iframe" class="org-sel-box-iframe" src="index.php?mod=system&op=orgtree&ctrlid=defaultdepartment&nouser=1" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="100%" allowtransparency="true"></iframe>
<iframe name="defaultdepartment_iframe" class="org-sel-box-iframe" src="index.php?mod=system&op=orgtree&ctrlid=defaultdepartment&nouser=1&stype=1" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="100%" allowtransparency="true"></iframe>
</div>
</div>
<span class="help-inline text-muted">{lang setting_main_section}</span>