mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
2010-02-08 Pablo de la Concepción <pablo.concepcion@artica.es>
* general/header.php, extensions/module_groups.php: Applied patch from Junichi Satoh to fix Bug #2946318 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2334 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
478ea21616
commit
f5a77ac697
@ -1,3 +1,8 @@
|
|||||||
|
2010-02-08 Pablo de la Concepción <pablo.concepcion@artica.es>
|
||||||
|
|
||||||
|
* general/header.php, extensions/module_groups.php: Applied patch from
|
||||||
|
Junichi Satoh to fix Bug #2946318
|
||||||
|
|
||||||
2010-02-04 Miguel de Dios <miguel.dedios@artica.es>
|
2010-02-04 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* godmode/menu.php: small stetical change in menu entry that I forget to
|
* godmode/menu.php: small stetical change in menu entry that I forget to
|
||||||
|
@ -140,6 +140,6 @@ function mainModuleGroups() {
|
|||||||
"</p>";
|
"</p>";
|
||||||
}
|
}
|
||||||
|
|
||||||
add_operation_menu_option("Modules groups", 'estado', 'module_groups/icon_menu.png');
|
add_operation_menu_option(__("Modules groups"), 'estado', 'module_groups/icon_menu.png');
|
||||||
add_extension_main_function('mainModuleGroups');
|
add_extension_main_function('mainModuleGroups');
|
||||||
?>
|
?>
|
||||||
|
@ -129,7 +129,9 @@ require_once ("include/functions_messages.php");
|
|||||||
<input type='hidden' name='head_search_keywords' value='abc'>
|
<input type='hidden' name='head_search_keywords' value='abc'>
|
||||||
</form>
|
</form>
|
||||||
<td>
|
<td>
|
||||||
<a class="white_bold" href="index.php?sec=eventos&sec2=operation/events/events&refr=5"><img src="images/lightning_go.png" alt="lightning_go" class="bot"> Events</a>
|
<?php
|
||||||
|
echo '<a class="white_bold" href="index.php?sec=eventos&sec2=operation/events/events&refr=5"><img src="images/lightning_go.png" alt="lightning_go" class="bot"> '.__('Events').'</a>'
|
||||||
|
?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user