[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 02/09: CFGMENU : cosmetic
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 02/09: CFGMENU : cosmetic |
Date: |
Fri, 9 Aug 2024 15:18:14 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit b955788500b66f9d3211a18351fc64601a9c71e0
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri Aug 9 12:09:25 2024 +0200
CFGMENU : cosmetic
---
include/menu.inc.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/menu.inc.php b/include/menu.inc.php
index e2303a633..47b626611 100644
--- a/include/menu.inc.php
+++ b/include/menu.inc.php
@@ -135,7 +135,7 @@ if ( $iselect->selected != '')
$menu=new Menu_Ref_SQL($cn);
$ret=$menu->seek($sql.$order);
?>
-<fieldset><legend><?php echo _('Recherche')?></legend>
+<fieldset>
<form method="GET">
<?php echo $iselect->input()?>
<?php echo HtmlInput::submit("search", _("Recherche"))?>
- [Noalyss-commit] [noalyss] branch unstable updated (451b9cb7c -> 99fbccdf1), dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 01/09: Bug : fix : ITVA does not change the label, dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 03/09: CFGPRO : detail menu : add button close, dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 02/09: CFGMENU : cosmetic,
dwm <=
- [Noalyss-commit] [noalyss] 04/09: cfgplugin : activate plugin with simple click not confirmation needed, dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 06/09: CMCARD : template of card, drag'n drop to order the attributes, dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 07/09: Change menu code , replace CFG by C0 or C1 , new standard, dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 08/09: Fix : gettext for empty string calls the file header, dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 09/09: Code clean : remove debug info, dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 05/09: HtmlInput::get_node_attribute protect the attribute with htmlentity, dwm, 2024/08/09