2008-08-12 Evi Vanoost <vanooste@rcbi.rochester.edu>
* operation/menu.php: Fixed typo that prevented "Operation" from being displayed and included in the i18n. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1007 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
145bc28f91
commit
7746b03c5a
|
@ -26,7 +26,7 @@ if (! isset ($config['id_user'])) {
|
|||
}
|
||||
?>
|
||||
|
||||
<div class="tit bg">:: <?= __('Operation'); ?> ::</div>
|
||||
<div class="tit bg">:: <?php echo __('Operation'); ?> ::</div>
|
||||
<div class="menu-operation" id="menu-operation">
|
||||
<?php
|
||||
$sec = get_parameter ('sec');
|
||||
|
|
Loading…
Reference in New Issue