esthetique small button
This commit is contained in:
parent
fe04d55a12
commit
8e0241ca91
4 changed files with 5 additions and 5 deletions
|
|
@ -229,7 +229,7 @@ if ($sub_action == "list")
|
|||
echo HtmlInput::request_to_hidden(array("closed_action","remind_date_end","remind_date","sag_ref", "remind_date","only_internal", "state", "gDossier", "qcode", "start_date", "end_date", "ag_id", "ag_dest_query",
|
||||
"tdoc", "query","date_start","date_end","hsstate","searchtag"));
|
||||
echo HtmlInput::hidden("act", "CSV:ActionGestion");
|
||||
echo HtmlInput::submit("follow_up_csv", "Export CSV");
|
||||
echo HtmlInput::submit("follow_up_csv", "Export CSV",'','smallbutton');
|
||||
echo "</form>";
|
||||
Follow_Up::show_action_list($cn, $base);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,11 +32,11 @@
|
|||
<form method="get" style="display:inline" action="do.php">
|
||||
<?php echo dossier::hidden();
|
||||
?>
|
||||
<input type="submit" class="button" name="submit_query" value="<?php echo _("Ajout Action")?>">
|
||||
<input type="submit" class="smallbutton" name="submit_query" value="<?php echo _("Ajout Action")?>">
|
||||
<input type="hidden" name="ac" value="<?php echo $_REQUEST['ac']?>">
|
||||
<input type="hidden" name="sa" value="add_action">
|
||||
<?php echo $supl_hidden?>
|
||||
<input id="bt_search" type="button" class="button" onclick="$('search_action').style.display='block'" value="<?php echo _('Recherche')?>">
|
||||
<input id="bt_search" type="button" class="smallbutton" onclick="$('search_action').style.display='block'" value="<?php echo _('Recherche')?>">
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
|
||||
<?php
|
||||
echo HtmlInput::button("other_bt", "Autres actions", 'onclick="$(\'other_div\').style.display=\'block\';action_show_checkbox();"', "button");
|
||||
echo HtmlInput::button("other_bt", "Autres actions", 'onclick="$(\'other_div\').style.display=\'block\';action_show_checkbox();"', "smallbutton");
|
||||
$radio=new IRadio("othact");
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<input type="submit" class="button" name="submit_query" value="<?php echo _('recherche')?>">
|
||||
<input type="submit" class="smallbutton" name="submit_query" value="<?php echo _('recherche')?>">
|
||||
<input type="hidden" name="sa" value="list">
|
||||
|
||||
<?php echo $supl_hidden?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue