issue 383 after document deleted in temp status,

redirect to temp status document list


git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9574 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-10-11 06:04:18 +00:00
parent 3beb7fc721
commit 57e7ad61bb

View file

@ -80,7 +80,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
<form action="./" method="post" class="fg form" id="manageForm">
<input type="hidden" name="act" value="procDocumentManageCheckedDocument" />
<input type="hidden" name="type" value="" />
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', 'admin', 'act', 'dispDocumentAdminList', 'search_target', $search_target, 'search_keyword', $search_keyword)}" cond="!empty($search_target) && !empty($search_keyword)" />
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', 'admin', 'act', 'dispDocumentAdminList', 'is_secret', $is_secret, 'search_target', $search_target, 'search_keyword', $search_keyword)}" cond="!empty($search_target) && !empty($search_keyword)" />
<h2 class="h2">{$lang->document_manager}</h2>
<div class="table even">
<table width="100%" border="1" cellspacing="0" id="documentManageListTable">