mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 22:12:26 +01:00 
			
		
		
		
	Data officer upper left link in the menu should go to audit/removal
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
		| @@ -58,7 +58,12 @@ | ||||
|  | ||||
|     <?php } else { ?> | ||||
|  | ||||
|                 <?php if(Registry::get('data_officer') == 1) { ?> | ||||
|                     <li><a href="index.php?route=audit/removal" <?php if($settings['text_colour']) { ?> style="color: <?php print $settings['text_colour']; ?>;"<?php } ?>><i class="icon-search"></i> <?php print $text_home; ?></a></li> | ||||
|                 <?php } else { ?> | ||||
|                     <li><a href="search.php" <?php if($settings['text_colour']) { ?> style="color: <?php print $settings['text_colour']; ?>;"<?php } ?>><i class="icon-search"></i> <?php print $text_search; ?></a></li> | ||||
|                 <?php } ?> | ||||
|  | ||||
|  | ||||
|         <?php if(ENABLE_AUDIT == 1 && $auditor_user == 1) { ?> | ||||
|                     <li><a href="index.php?route=audit/audit" <?php if($settings['text_colour']) { ?> style="color: <?php print $settings['text_colour']; ?>;"<?php } ?>><i class="icon-book"></i> <?php print $text_audit; ?></a></li> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user