tiatordos
October 21st, 2004, 15:25
In the definitions of most of the funcions of class mosMenuBar for example in
editList( $task='edit', $alt='Edit' ) is defined the property alt, but later there is no use of that property and the text is printed directly
<?php echo $image; ?> Edit </a>
Then there is no way of translate the icons without changing the class.
Please If possible correct this in future versions.
Antonio
editList( $task='edit', $alt='Edit' ) is defined the property alt, but later there is no use of that property and the text is printed directly
<?php echo $image; ?> Edit </a>
Then there is no way of translate the icons without changing the class.
Please If possible correct this in future versions.
Antonio