fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7971]


From: Erik Holm-Larsen
Subject: [Fmsystem-commits] [7971]
Date: Mon, 31 Oct 2011 08:53:03 +0000

Revision: 7971
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7971
Author:   erikhl
Date:     2011-10-31 08:53:03 +0000 (Mon, 31 Oct 2011)
Log Message:
-----------


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

Modified: trunk/activitycalendarfrontend/templates/base/activity.php
===================================================================
--- trunk/activitycalendarfrontend/templates/base/activity.php  2011-10-31 
08:26:28 UTC (rev 7970)
+++ trunk/activitycalendarfrontend/templates/base/activity.php  2011-10-31 
08:53:03 UTC (rev 7971)
@@ -132,7 +132,7 @@
                <h1><?php echo lang('activity') ?></h1>
                <form action="#" method="post">
                        <input type="hidden" name="id" value="<?php 
if($activity->get_id()){ echo $activity->get_id(); } else { echo '0'; }  ?>"/>
-                       <dl class="proplist-col" style="width: 100%;">
+                       <dl class="proplist-col" style="width: 60%">
                                <dt>
                                        <?php if($activity->get_title() || 
$editable) { ?>
                                        <label for="title"><?php echo 
lang('title') ?></label>
@@ -144,7 +144,7 @@
                                        {
                                        ?>
                                                <?php echo 
lang('title_helptext')?><br/>
-                                               <input type="text" name="title" 
id="title" value="<?php echo $activity->get_title() ?>" />
+                                               <input type="text" name="title" 
id="title" value="<?php echo $activity->get_title() ?>" size="60"/>
                                        <?php
                                        }
                                        else
@@ -405,6 +405,8 @@
                                        }
                                        ?>
                                </dd>
+                       </dl>
+                       <dl class="proplist-col">
                                <dt>
                                        <?php if($activity->get_category() || 
$editable) { ?>
                                        <label for="category"><?php echo 
lang('category') ?></label>




reply via email to

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