* Adjust code.
This commit is contained in:
@@ -177,6 +177,7 @@ class commonModel extends model
|
||||
if($module == 'sso' and $method == 'gettodolist') return true;
|
||||
if($module == 'block' and $method == 'main' and isset($_GET['hash'])) return true;
|
||||
if($module == 'file' and $method == 'read') return true;
|
||||
if($module == 'index' and $method == 'changelog') return true;
|
||||
|
||||
if($this->loadModel('user')->isLogon() or ($this->app->company->guest and $this->app->user->account == 'guest'))
|
||||
{
|
||||
|
||||
@@ -103,7 +103,7 @@ body.menu-hide {padding-left: 0;}
|
||||
|
||||
@media screen and (max-height: 768px)
|
||||
{
|
||||
.version-name {width: 25%;}
|
||||
.version-name {width: 25%; text-overflow:ellipsis; white-space: nowrap;}
|
||||
.version-date {width: 20%; color: #8a8a8a;}
|
||||
.version-explain {width: 25%; color: #8a8a8a; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
|
||||
.version-actions {width: 30%;}
|
||||
|
||||
@@ -98,7 +98,7 @@ js::set('defaultOpen', $open);
|
||||
<tbody>
|
||||
<?php foreach($latestVersionList as $version):?>
|
||||
<tr>
|
||||
<td class='version-name'><?php echo $lang->zentaoPMS . $version->name;?></td>
|
||||
<td class='version-name' title='<?php echo $lang->zentaoPMS . $version->name;?>'><?php echo $lang->zentaoPMS . $version->name;?></td>
|
||||
<td class='version-date'><?php echo $version->date;?></td>
|
||||
<td class='version-explain' title='<?php echo $version->explain;?>'><?php echo $version->explain;?></td>
|
||||
<td class='version-actions text-center'>
|
||||
|
||||
Reference in New Issue
Block a user