diff --git a/admin/appmanagement/images/main.css b/admin/appmanagement/images/main.css index 5cf7c2a..873b8b1 100644 --- a/admin/appmanagement/images/main.css +++ b/admin/appmanagement/images/main.css @@ -1,19 +1,18 @@ -ul,ul li,li{ - list-style: none; +.main-content { padding: 0; - margin: 0; -} -a{ - text-decoration: none; + height: 100%; + width: 100%; + display: flex; + justify-content: center; + flex-wrap: wrap; + align-items: center; } .main-content-ul{ - overflow: hidden; display: flex; - vertical-align: middle; - text-align: center; - flex-wrap: wrap; - align-content: space-around; - justify-content: space-around; + text-align: center; + flex-wrap: wrap; + justify-content: center; + align-items: center; } .main-content-ul .main-content-li{ float: left; diff --git a/core/class/io/io_dzz.php b/core/class/io/io_dzz.php index 1d31bbc..9ab4b49 100644 --- a/core/class/io/io_dzz.php +++ b/core/class/io/io_dzz.php @@ -1384,13 +1384,15 @@ class io_dzz extends io_api $icoarr['apath'] = dzzencode('attach::' . $attach['aid']); $event = 'creat_file'; $path = preg_replace('/dzz:(.+?):/', '', $path) ? preg_replace('/dzz:(.+?):/', '', $path) : ''; + $hash = C::t('resources_event')->get_showtpl_hash_by_gpfid($fid, $icoarr['gid']); $eventdata = array( 'title' => $icoarr['name'], 'aid' => $icoarr['aid'], 'username' => $icoarr['username'], 'uid' => $icoarr['uid'], 'path' => $icoarr['path'], - 'position' => $path + 'position' => $path, + 'hash' => $hash ); C::t('resources_event')->addevent_by_pfid($fid, $event, 'create', $eventdata, $icoarr['gid'], $icoarr['rid']); } else { diff --git a/core/template/default/common/showmessage.htm b/core/template/default/common/showmessage.htm index 76806d1..2d069f5 100644 --- a/core/template/default/common/showmessage.htm +++ b/core/template/default/common/showmessage.htm @@ -48,11 +48,10 @@ - - +