fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7825] Changed length on input fields in contract par


From: Torstein
Subject: [Fmsystem-commits] [7825] Changed length on input fields in contract party form
Date: Wed, 05 Oct 2011 13:18:16 +0000

Revision: 7825
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7825
Author:   vator
Date:     2011-10-05 13:18:15 +0000 (Wed, 05 Oct 2011)
Log Message:
-----------
Changed length on input fields in contract party form

Modified Paths:
--------------
    trunk/rental/templates/base/css/base.css
    trunk/rental/templates/base/party.php

Modified: trunk/rental/templates/base/css/base.css
===================================================================
--- trunk/rental/templates/base/css/base.css    2011-10-05 13:15:37 UTC (rev 
7824)
+++ trunk/rental/templates/base/css/base.css    2011-10-05 13:18:15 UTC (rev 
7825)
@@ -175,7 +175,7 @@
        width:50px;     
 }
 
-.proplist-col input.phone{
+.proplist-col input.medium_number{
        width:100px;    
 }
 

Modified: trunk/rental/templates/base/party.php
===================================================================
--- trunk/rental/templates/base/party.php       2011-10-05 13:15:37 UTC (rev 
7824)
+++ trunk/rental/templates/base/party.php       2011-10-05 13:18:15 UTC (rev 
7825)
@@ -43,7 +43,7 @@
                                                if ($editable)
                                                {
                                                ?>
-                                                       <input type="text" 
name="identifier" id="identifier" value="<?php echo $party->get_identifier() 
?>" />
+                                                       <input type="text" 
name="identifier" id="identifier" class="medium_number" value="<?php echo 
$party->get_identifier() ?>" />
                                                <?php
                                                }
                                                else
@@ -207,7 +207,7 @@
                                                if ($editable)
                                                {
                                                ?>
-                                                       <input type="text" 
name="phone" id="phone" class="phone" value="<?php echo $party->get_phone() ?>" 
/>
+                                                       <input type="text" 
name="phone" id="phone" class="medium_number" value="<?php echo 
$party->get_phone() ?>" />
                                                <?php
                                                }
                                                else
@@ -226,7 +226,7 @@
                                                if ($editable)
                                                {
                                                ?>
-                                                       <input type="text" 
name="mobile_phone" id="mobile_phone" class="phone" value="<?php echo 
$party->get_mobile_phone() ?>" />
+                                                       <input type="text" 
name="mobile_phone" id="mobile_phone" class="medium_number" value="<?php echo 
$party->get_mobile_phone() ?>" />
                                                <?php
                                                }
                                                else
@@ -245,7 +245,7 @@
                                                if ($editable)
                                                {
                                                ?>
-                                                       <input type="text" 
name="fax" id="fax" class="phone" value="<?php echo $party->get_fax() ?>" />
+                                                       <input type="text" 
name="fax" id="fax" class="medium_number" value="<?php echo $party->get_fax() 
?>" />
                                                <?php
                                                }
                                                else




reply via email to

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