小胡
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with
18 additions and
19 deletions
-
core/class/table/table_resources.php
-
dzz/explorer/template/ajax.htm
-
dzz/filemanage/template/list.htm
-
dzz/orguser/template/adduser.htm
-
user/register/register.php
|
|
@ -812,7 +812,7 @@ class table_resources extends dzz_table { |
|
|
|
if (count(array_unique($tmpinfo['type'])) > 1) { |
|
|
|
$fileinfo['type'] = lang('more_file_type'); |
|
|
|
} else { |
|
|
|
$fileinfo['type'] = lang('louis_vuitton') . $tmpinfo['type'][0] . lang('typename_attach'); |
|
|
|
$fileinfo['type'] = lang('louis_vuitton') . lang($tmpinfo['type'][0]) . lang('typename_attach'); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -8,21 +8,17 @@ |
|
|
|
<form class="form-horizontal" action="{MOD_URL}&op=ajax&operation=addgroup" method="post" onsubmit="return addgroup_submit(this)"> |
|
|
|
<input type="hidden" name="arr[aid]" value="" id="defaultcolor"/> |
|
|
|
<div class="modal-body"> |
|
|
|
<div class="form-group"> |
|
|
|
<div class="row mb-3"> |
|
|
|
<label class="col-sm-2">{lang name}</label> |
|
|
|
<div class="col-sm-10"> |
|
|
|
<input type="text" class="form-control" name="arr[orgname]"> |
|
|
|
<p id="name_error" class="input-error"></p> |
|
|
|
</div> |
|
|
|
<div class="row mb-3"> |
|
|
|
<label class="col-sm-2">{lang name}</label> |
|
|
|
<div class="col-sm-10"> |
|
|
|
<input type="text" class="form-control" name="arr[orgname]"> |
|
|
|
<p id="name_error" class="input-error"></p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="form-group"> |
|
|
|
<div class="row mb-1"> |
|
|
|
<label class="col-sm-2">{lang introduce}</label> |
|
|
|
<div class="col-sm-10"> |
|
|
|
<input type="text" class="form-control" name="arr[desc]"> |
|
|
|
</div> |
|
|
|
<div class="row mb-1"> |
|
|
|
<label class="col-sm-2">{lang introduce}</label> |
|
|
|
<div class="col-sm-10"> |
|
|
|
<input type="text" class="form-control" name="arr[desc]"> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -30,7 +26,6 @@ |
|
|
|
<button type="button" class="btn btn-secondary cancel" data-dismiss="modal" aria-label="Close">{lang cancel}</button> |
|
|
|
<button type="submit" class="btn btn-primary">{lang newly_build}</button> |
|
|
|
</div> |
|
|
|
|
|
|
|
</form> |
|
|
|
<script type="text/javascript" reload="1"> |
|
|
|
//index添加群组弹出框头像 |
|
|
|
|
|
@ -2,8 +2,8 @@ |
|
|
|
<link rel="stylesheet" href="static/lyear/js/layui/css/layui.css?{VERHASH}"> |
|
|
|
<style> |
|
|
|
.icon { |
|
|
|
width: 20px; |
|
|
|
height: 20px; |
|
|
|
width: 28px; |
|
|
|
height: 28px; |
|
|
|
margin-right: 5px; |
|
|
|
} |
|
|
|
.iconFirstWord { |
|
|
|
|
|
@ -285,4 +285,9 @@ |
|
|
|
return false; |
|
|
|
}); |
|
|
|
}); |
|
|
|
function randomPass() { |
|
|
|
var pass = (Math.round(Math.random() * 100000000)); |
|
|
|
jQuery('#password').val(pass).trigger('blur'); |
|
|
|
jQuery('#password2').val(pass).trigger('blur'); |
|
|
|
} |
|
|
|
</script> |
|
|
@ -133,5 +133,4 @@ if (!submitcheck('regsubmit', 0, $seccodecheck)) { |
|
|
|
} |
|
|
|
showTips(array('success' => array('message' => $messageText, 'url_forward' => $url_forward)), $type); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |