Dashboard : Add event improve cosmetic
This commit is contained in:
parent
43a024d020
commit
e42844fd04
1 changed files with 4 additions and 2 deletions
|
|
@ -30,6 +30,7 @@ global $g_user;
|
|||
$date=new IDate("date_event");
|
||||
$date->id="date_event_action_short";
|
||||
$title=new IText('title_event');
|
||||
$title->size="60";
|
||||
$title->css_isze="60%";
|
||||
// Description
|
||||
$summary=new ITextarea('summary');
|
||||
|
|
@ -80,7 +81,7 @@ $hour->size=5;
|
|||
echo HtmlInput::title_box(_('Nouvel événement'), 'action_add_div');
|
||||
?>
|
||||
<span class="notice" style="float:right" id="action_add_frm_info"></span>
|
||||
<form method="get" id="action_add_frm" onsubmit="action_save_short(<?php echo Dossier::id()?>);return false">
|
||||
<form method="get" style="margin-left:5%;margin-right: 10%" id="action_add_frm" onsubmit="action_save_short(<?php echo Dossier::id()?>);return false">
|
||||
<span>
|
||||
<?php echo _('Date')." ". $date->input()?>
|
||||
</span>
|
||||
|
|
@ -110,7 +111,8 @@ echo HtmlInput::title_box(_('Nouvel événement'), 'action_add_div');
|
|||
<?php echo $title->input()?>
|
||||
</span>
|
||||
</p>
|
||||
<?php echo _("Description")?>
|
||||
<span > <?php echo _("Description")?>
|
||||
</span>
|
||||
<p>
|
||||
<?php echo $summary->input()?>
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue