mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-15 09:39:17 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
04e9402094
|
@ -19,7 +19,7 @@
|
|||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
//
|
||||
// Translators: Admin (2546), archonwang (3), dgrutsch (9), netixw (14)
|
||||
// Translators: Admin (2547), archonwang (3), dgrutsch (9), netixw (14)
|
||||
|
||||
$text = array(
|
||||
'2_factor_auth' => '2-factor authentication',
|
||||
|
@ -467,7 +467,7 @@ URL: [url]</p>',
|
|||
'documents_user_no_reception' => 'Documents without reception',
|
||||
'documents_user_obsolete' => 'Obsolete documents',
|
||||
'documents_user_reception' => 'Documents awaiting reception',
|
||||
'documents_user_rejected' => 'Rejected documents',
|
||||
'documents_user_rejected' => 'Documents rejected',
|
||||
'documents_user_requiring_attention' => 'Documents owned by you that require attention',
|
||||
'documents_with_notification' => 'Documents with notification',
|
||||
'document_access_permission_changed_email' => 'Permission changed',
|
||||
|
|
|
@ -349,7 +349,7 @@ class SeedDMS_View_Tasks extends SeedDMS_Theme_Style {
|
|||
$doc = $dms->getDocument($t['id']);
|
||||
$subitems[] = array('label'=>htmlspecialchars($doc->getName()), 'link'=>$this->params['settings']->_httpRoot."out/out.ViewDocument.php?documentid=".$doc->getID()."¤ttab=docinfo", 'class'=>"table-row-document", 'rel'=>"document_".$doc->getID());
|
||||
}
|
||||
$menuitems['tasks']['children']['rejected'] = array('label'=>getMLText('documents_rejected'), 'children'=>$subitems);
|
||||
$menuitems['tasks']['children']['rejected'] = array('label'=>getMLText('documents_user_rejected'), 'children'=>$subitems);
|
||||
}
|
||||
if(!empty($tasks['checkedout'])) {
|
||||
$subitems = [];
|
||||
|
|
Loading…
Reference in New Issue
Block a user