Accounting : Cosmetic change icon more by arrow
This commit is contained in:
parent
a58c13886c
commit
cee4e31d09
2 changed files with 3 additions and 3 deletions
|
|
@ -111,10 +111,10 @@ class Acc_Plan_MTable extends Manage_Table_SQL
|
|||
$nb_code=count($a_code);
|
||||
for ($xx = 0;$xx < $nb_code;$xx++)
|
||||
{
|
||||
echo HtmlInput::card_detail($a_code[$xx]) ;
|
||||
echo HtmlInput::card_detail($a_code[$xx])."," ;
|
||||
}
|
||||
echo " ($count) ";
|
||||
echo Icon_Action::detail(uniqid(), sprintf("display_all_card('%s','%s')",$dossier_id,$p_row["pcm_val"]));
|
||||
echo Icon_Action::more(uniqid(), sprintf("display_all_card('%s','%s')",$dossier_id,$p_row["pcm_val"]));
|
||||
echo '</td>';
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -238,7 +238,7 @@ class Icon_Action
|
|||
}
|
||||
static function more($p_id,$p_javascript)
|
||||
{
|
||||
$r=sprintf('<span id="%s" onclick="%s" class="smallicon icon" style="margin-left:5px">...</span>',
|
||||
$r=sprintf('<span id="%s" onclick="%s" class="smallicon icon" style="margin-left:5px">↠</span>',
|
||||
$p_id,
|
||||
$p_javascript);
|
||||
return $r;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue