cosmetic
This commit is contained in:
parent
d3e352d661
commit
a4f01d2173
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ $array=$todo->load_all();
|
|||
<fieldset> <legend><?php echo _('Pense-Bête')?></legend>
|
||||
|
||||
<?php
|
||||
echo HtmlInput::button('add',_('Ajout'),'onClick="add_todo()"');
|
||||
echo HtmlInput::button('add',_('Ajout'),'onClick="add_todo()"',' smallbutton');
|
||||
if ( ! empty ($array) ) {
|
||||
echo '<table id="table_todo" class="sortable" width="100%">';
|
||||
echo '<tr><th class=" sorttable_sorted_reverse">Date <span id="sorttable_sortrevind"> ▴</span></th><th>Titre</th><th></th>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue