mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
take out commented code
This commit is contained in:
parent
625462712d
commit
c15b7c4802
|
@ -116,21 +116,6 @@ $(document).ready( function() {
|
||||||
foreach($reviewstatus as $rv) {
|
foreach($reviewstatus as $rv) {
|
||||||
if($rv['status'] == 0) {
|
if($rv['status'] == 0) {
|
||||||
$i++;
|
$i++;
|
||||||
/*
|
|
||||||
$document = $dms->getDocument($rv['documentID']);
|
|
||||||
$latestContent = $document->getLatestContent();
|
|
||||||
$previewer->createPreview($latestContent);
|
|
||||||
echo "<tr>";
|
|
||||||
print "<td><a href=\"../op/op.Download.php?documentid=".$res["documentID"]."&version=".$res["version"]."\">";
|
|
||||||
if($previewer->hasPreview($latestContent)) {
|
|
||||||
print "<img class=\"mimeicon\" width=\"".$previewwidth."\"src=\"../op/op.Preview.php?documentid=".$document->getID()."&version=".$latestContent->getVersion()."&width=".$previewwidth."\" title=\"".htmlspecialchars($latestContent->getMimeType())."\">";
|
|
||||||
} else {
|
|
||||||
print "<img class=\"mimeicon\" src=\"".$this->getMimeIcon($latestContent->getFileType())."\" title=\"".htmlspecialchars($latestContent->getMimeType())."\">";
|
|
||||||
}
|
|
||||||
print "</a></td>";
|
|
||||||
print "<td><a href=\"out.ViewDocument.php?documentid=".$document->getID()."¤ttab=revapp\">".htmlspecialchars($document->getName())."</a></td>";
|
|
||||||
echo "</tr>";
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo "<tr><td>".getMLText('pending_reviews')."</td><td>".$i."</td></tr>";
|
echo "<tr><td>".getMLText('pending_reviews')."</td><td>".$i."</td></tr>";
|
||||||
|
@ -278,7 +263,7 @@ $(document).ready( function() {
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<div class="well">
|
<div class="well">
|
||||||
<?php echo getMLText("selection")?>:
|
<?php echo getMLText("selection")?>:
|
||||||
<select class="chzn-select" id="selector" class="span9">
|
<select class="chzn-select" id="selector">
|
||||||
<option value="-1"><?php echo getMLText("choose_group")?>
|
<option value="-1"><?php echo getMLText("choose_group")?>
|
||||||
<option value="0"><?php echo getMLText("add_group")?>
|
<option value="0"><?php echo getMLText("add_group")?>
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in New Issue
Block a user