fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8540]


From: Erik Holm-Larsen
Subject: [Fmsystem-commits] [8540]
Date: Mon, 09 Jan 2012 12:06:08 +0000

Revision: 8540
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8540
Author:   erikhl
Date:     2012-01-09 12:06:08 +0000 (Mon, 09 Jan 2012)
Log Message:
-----------


Modified Paths:
--------------
    trunk/activitycalendarfrontend/templates/base/activity_new.php

Modified: trunk/activitycalendarfrontend/templates/base/activity_new.php
===================================================================
--- trunk/activitycalendarfrontend/templates/base/activity_new.php      
2012-01-09 11:26:11 UTC (rev 8539)
+++ trunk/activitycalendarfrontend/templates/base/activity_new.php      
2012-01-09 12:06:08 UTC (rev 8540)
@@ -338,7 +338,7 @@
                                        <?php if($new_organization){?>
                                        <input type="hidden" 
name="organization_id" id="organization_id" value="new_org" />
                                                <dt><label 
for="orgname">Organisasjonsnavn</label></dt>
-                                               <dd><input type="text" 
name="orgname"/></dd>
+                                               <dd><input type="text" 
name="orgname" size="100"/></dd>
                                                <dt><label 
for="orgno">Organisasjonsnummer</label></dt>
                                                <dd><input type="text" 
name="orgno"/></dd>
                                                <dt><label 
for="district">Bydel</label></dt>
@@ -353,7 +353,7 @@
                                                }?>
                                                </select></dd>
                                                <dt><label 
for="homepage">Hjemmeside</label></dt>
-                                               <dd><input type="text" 
name="homepage"/></dd>
+                                               <dd><input type="text" 
name="homepage" size="100"/></dd>
                                                <dt><label 
for="email">E-post</label></dt>
                                                <dd><input type="text" 
name="email"/></dd>
                                                <dt><label 
for="phone">Telefon</label></dt>
@@ -364,20 +364,20 @@
                                                <label 
for="number">Nummer</label>
                                                <input type="text" 
name="number"/><br/>
                                                <label 
for="postaddress">Postnummer og Sted</label>
-                                               <input type="text" 
name="postaddress"/></dd>
+                                               <input type="text" 
name="postaddress" size="100"/></dd>
                                                <dt><label 
for="org_description">Beskrivelse</label></dt>
                                                <dd><textarea rows="10" 
cols="100" name="org_description"></textarea></dd>
                                        <hr/>
                                        <b>Kontaktperson 1</b><br/>
                                        <dt><label 
for="contact1_name">Navn</label>
-                                       <input type="text" 
name="org_contact1_name"/><br/>
+                                       <input type="text" 
name="org_contact1_name" size="100"/><br/>
                                        <dt><label 
for="contact1_phone">Telefon</label>
                                        <input type="text" 
name="org_contact1_phone"/><br/>
                                        <dt><label 
for="contact1_mail">E-post</label>
                                        <input type="text" 
name="org_contact1_mail"/><br/>
                                        <b>Kontaktperson 2</b><br/>
                                        <dt><label 
for="contact2_name">Navn</label>
-                                       <input type="text" 
name="org_contact2_name"/><br/>
+                                       <input type="text" 
name="org_contact2_name" size="100"/><br/>
                                        <dt><label 
for="contact2_phone">Telefon</label>
                                        <input type="text" 
name="org_contact2_phone"/><br/>
                                        <dt><label 
for="contact2_mail">E-post</label>
@@ -388,7 +388,7 @@
                                        <label 
for="contact2_number">Nummer</label>
                                        <input type="text" 
name="org_contact2_number"/><br/>
                                        <dt><label 
for="contact2_postaddress">Postnummer og Sted</label>
-                                       <input type="text" 
name="org_contact2_postaddress"/>
+                                       <input type="text" 
name="org_contact2_postaddress" size="100"/>
                                        <hr/>
                                        <?php }else{?>
                                                <input type="hidden" 
name="organization_id" id="organization_id" value="<?php echo 
$organization->get_id()?>" />
@@ -439,7 +439,7 @@
                                </dd>
                                <span id="new_group_fields" style="display: 
none;">
                                        <dt><label 
for="groupname">Navn</label></dt>
-                                       <dd><input type="text" 
name="groupname"/><br/></dd>
+                                       <dd><input type="text" name="groupname" 
size="100"/><br/></dd>
                                        <dt><label 
for="group_description">Beskrivelse av aktiviteten</label></dt>
                                        <dd><textarea rows="10" cols="100" 
name="group_description"></textarea></dd>
                                        <hr/>




reply via email to

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