[Rt-commit] rtir branch, 2.5-trunk, updated. 2.6.0-2-gec0e666

Kevin Falcone falcone at bestpractical.com
Wed Nov 10 09:02:19 EST 2010


The branch, 2.5-trunk has been updated
       via  ec0e666fa941990f5009d9f1a4a3e12d12b146ab (commit)
       via  029e15cc7a8bb5c370faa3c9a28ec3bd8ba26ac0 (commit)
      from  a51c19d33840cf7401adb653e77b807d16768caf (commit)

Summary of changes:
 .gitignore                     |    2 ++
 html/RTIR/Create.html          |    4 ++--
 html/RTIR/Incident/Create.html |    4 ++--
 3 files changed, 6 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit 029e15cc7a8bb5c370faa3c9a28ec3bd8ba26ac0
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Nov 10 08:43:25 2010 -0500

    Ignore vim swaps and prove droppings

diff --git a/.gitignore b/.gitignore
index b26b11f..8f20f86 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,5 @@ blib/
 pm_to_blib
 t/tmp
 *.swp
+*.swo
+.prove

commit ec0e666fa941990f5009d9f1a4a3e12d12b146ab
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Nov 10 08:57:32 2010 -0500

    Display our calendars for date selection during creation
    
    We already do this on Edit

diff --git a/html/RTIR/Create.html b/html/RTIR/Create.html
index 4094f3f..21c63a6 100644
--- a/html/RTIR/Create.html
+++ b/html/RTIR/Create.html
@@ -235,11 +235,11 @@
       <table border="0">
         <tr>
         <td align="right"><&|/l&>Starts</&>:</td>
-          <td><input size="10" name="Starts" value="<% $ARGS{Starts} || '' %>" /></td>
+          <td ><& /Elements/SelectDate, Name => 'Starts', Default => $ARGS{Starts}||'' &> 
         </tr>
         <tr>
         <td align="right"><&|/l&>Due</&>:</td>
-        <td><input size="10" name="Due" value="<% $ARGS{Due} || '' %>" /></td>
+          <td ><& /Elements/SelectDate, Name => 'Due', Default => $ARGS{Due}||'' &> 
         </tr>
       </table>
     </&>
diff --git a/html/RTIR/Incident/Create.html b/html/RTIR/Incident/Create.html
index 9cbc609..0d15990 100644
--- a/html/RTIR/Incident/Create.html
+++ b/html/RTIR/Incident/Create.html
@@ -170,10 +170,10 @@ unless ( exists $ARGS{'Content'} ) {
 <table border="0">
 
     <tr><td align="right"><&|/l&>Starts</&>:</td>
-    <td><input size="10" name="Starts" value="<% $ARGS{'Starts'} || '' %>" /></td></tr>
+    <td ><& /Elements/SelectDate, Name => 'Starts', Default => $ARGS{Starts}||'' &> 
     
     <tr><td align="right"><&|/l&>Due</&>:</td>
-    <td><input size="10" name="Due" value="<% $ARGS{'Due'} || '' %>" /></td></tr>
+    <td ><& /Elements/SelectDate, Name => 'Due', Default => $ARGS{Due}||'' &> 
 
 </table>
 </&>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list