noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 224/323: Dashboard : Add event improve cosmet


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 224/323: Dashboard : Add event improve cosmetic
Date: Wed, 14 Mar 2018 17:38:53 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit e42844fd04afe2fa2af449219744550c57f29fb6
Author: Dany De Bontridder <address@hidden>
Date:   Mon Feb 19 09:46:06 2018 +0100

    Dashboard : Add event improve cosmetic
---
 include/template/action_display_short.php | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/template/action_display_short.php 
b/include/template/action_display_short.php
index 3321192..bcea6f9 100644
--- a/include/template/action_display_short.php
+++ b/include/template/action_display_short.php
@@ -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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]