mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
make column for preview image smaller
This commit is contained in:
parent
1495603a40
commit
f53b6fd3fd
|
@ -694,9 +694,9 @@ $(document).ready( function() {
|
|||
// print "</tr></thead><tbody>\n";
|
||||
// print "<tr>\n";
|
||||
// print "<td style=\"width:".$previewwidthdetail."px; text-align: center;\">";
|
||||
$this->contentHeading(htmlspecialchars($latestContent->getOriginalFileName()));
|
||||
// $this->contentHeading(htmlspecialchars($latestContent->getOriginalFileName()));
|
||||
$this->rowStart();
|
||||
$this->columnStart(4);
|
||||
$this->columnStart(3);
|
||||
if ($file_exists) {
|
||||
if ($viewonlinefiletypes && (in_array(strtolower($latestContent->getFileType()), $viewonlinefiletypes) || in_array(strtolower($latestContent->getMimeType()), $viewonlinefiletypes))) {
|
||||
if($accessobject->check_controller_access('ViewOnline', array('action'=>'run')))
|
||||
|
@ -719,7 +719,7 @@ $(document).ready( function() {
|
|||
|
||||
// print "<td>";
|
||||
$this->columnEnd();
|
||||
$this->columnStart(4);
|
||||
$this->columnStart(5);
|
||||
print "<ul class=\"actions unstyled\">\n";
|
||||
print "<li>".htmlspecialchars($latestContent->getOriginalFileName())."</li>\n";
|
||||
print "<li>".getMLText('version').": ".$latestContent->getVersion()."</li>\n";
|
||||
|
|
Loading…
Reference in New Issue
Block a user