Cosmetic
This commit is contained in:
parent
530fb2871c
commit
53d9d6ff79
2 changed files with 4 additions and 4 deletions
|
|
@ -57,7 +57,7 @@ switch ($op)
|
|||
$html.=tr(td(_(' Exercice : ')) . td($p_exercice->input()));
|
||||
$html.='</table>';
|
||||
$html.=HtmlInput::submit('sauver', _('sauver'));
|
||||
$html.=HtmlInput::button('close', "⨉", 'onclick="removeDiv(\'mod_periode\')"');
|
||||
$html.=HtmlInput::button('close', _('fermer'), 'onclick="removeDiv(\'mod_periode\')"');
|
||||
$html.=HtmlInput::hidden('p_id', $_GET['p_id']);
|
||||
$html.='</form>';
|
||||
break;
|
||||
|
|
@ -75,7 +75,7 @@ switch ($op)
|
|||
$html.='<h2 class="info">'._('Modifier les dates de début et fin de période').'</h2>';
|
||||
$html.="<div class=\"error\">"._('Erreur date invalide')."</div>";
|
||||
|
||||
$html.=HtmlInput::button('close', '⨉', 'onclick="removeDiv(\'mod_periode\')"');
|
||||
$html.=HtmlInput::button('close', _('fermer'), 'onclick="removeDiv(\'mod_periode\')"');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
@ -86,7 +86,7 @@ switch ($op)
|
|||
$html = '<h2 class="info"> Modifier les dates de début et fin de période</h2>';
|
||||
$html.='<h2 class="notice"> Sauvé </h2>';
|
||||
|
||||
$html.=HtmlInput::button('close', "⨉", 'onclick=" refresh_window();"');
|
||||
$html.=HtmlInput::button('close', _('Fermer'), 'onclick=" refresh_window();"');
|
||||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
*
|
||||
*/
|
||||
?>
|
||||
<div id="histo_search_d" class="inner_box" style="width:60%;height:280px;display:none">
|
||||
<div id="histo_search_d" class="inner_box" style="width:60%;height:380px;display:none">
|
||||
<?php echo HtmlInput::title_box(_("Recherche"), "histo_search_d", "hide")?>
|
||||
<form method="GET">
|
||||
<?php echo HtmlInput::get_to_hidden(array("gDossier", "ac"))?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue