mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-30 04:31:19 +00:00
take out links to different doc lists in mydocument menu
all lists are now on the start page of MyDocuments
This commit is contained in:
parent
a87ae68c24
commit
71e0fd36ad
|
|
@ -662,8 +662,8 @@ $(document).ready(function () {
|
||||||
echo "<div class=\"nav-collapse col2\">\n";
|
echo "<div class=\"nav-collapse col2\">\n";
|
||||||
echo "<ul class=\"nav\">\n";
|
echo "<ul class=\"nav\">\n";
|
||||||
|
|
||||||
echo "<li><a href=\"../out/out.MyDocuments.php?inProcess=1\">".getMLText("documents_in_process")."</a></li>\n";
|
// echo "<li><a href=\"../out/out.MyDocuments.php?inProcess=1\">".getMLText("documents_in_process")."</a></li>\n";
|
||||||
echo "<li><a href=\"../out/out.MyDocuments.php\">".getMLText("all_documents")."</a></li>\n";
|
// echo "<li><a href=\"../out/out.MyDocuments.php\">".getMLText("all_documents")."</a></li>\n";
|
||||||
if($this->params['workflowmode'] == 'traditional' || $this->params['workflowmode'] == 'traditional_only_approval') {
|
if($this->params['workflowmode'] == 'traditional' || $this->params['workflowmode'] == 'traditional_only_approval') {
|
||||||
if($this->params['workflowmode'] == 'traditional')
|
if($this->params['workflowmode'] == 'traditional')
|
||||||
echo "<li><a href=\"../out/out.ReviewSummary.php\">".getMLText("review_summary")."</a></li>\n";
|
echo "<li><a href=\"../out/out.ReviewSummary.php\">".getMLText("review_summary")."</a></li>\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user