fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8176]


From: Erik Holm-Larsen
Subject: [Fmsystem-commits] [8176]
Date: Wed, 23 Nov 2011 13:35:04 +0000

Revision: 8176
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8176
Author:   erikhl
Date:     2011-11-23 13:35:02 +0000 (Wed, 23 Nov 2011)
Log Message:
-----------


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

Modified: trunk/activitycalendar/templates/base/activity.php
===================================================================
--- trunk/activitycalendar/templates/base/activity.php  2011-11-23 13:18:29 UTC 
(rev 8175)
+++ trunk/activitycalendar/templates/base/activity.php  2011-11-23 13:35:02 UTC 
(rev 8176)
@@ -118,7 +118,7 @@
                                <dt>
                                        <?php if($activity->get_title() || 
$editable) { ?>
                                        <label for="title"><?php echo 
lang('title') ?></label>
-                                       <br/><?php echo lang('title_helptext')?>
+                                       <?php if($editable){?><br/><?php echo 
lang('title_helptext')?><?php }?>
                                        <?php  } ?>
                                </dt>
                                <dd>
@@ -188,7 +188,7 @@
                                <dt>
                                        <?php if($activity->get_category() || 
$editable) { ?>
                                        <label for="category"><?php echo 
lang('category') ?></label>
-                                       <br/><?php echo 
lang('category_helptext') ?>
+                                       <?php if($editable){?><br/><?php echo 
lang('category_helptext') ?><?php }?>
                                        <?php  } ?>
                                </dt>
                                <dd>
@@ -219,7 +219,7 @@
                                <dt>
                                        <?php if($activity->get_target() || 
$editable) { ?>
                                        <label for="target"><?php echo 
lang('target') ?></label>
-                                       <br/><?php echo lang('target_helptext') 
?>
+                                       <?php if($editable){?><br/><?php echo 
lang('target_helptext') ?><?php }?>
                                        <?php  } ?>
                                </dt>
                                <dd>
@@ -252,7 +252,7 @@
                                <dt>
                                        <?php if($activity->get_district() || 
$editable) { ?>
                                        <label for="district"><?php echo 
lang('district') ?></label>
-                                       <br/><?php echo 
lang('district_helptext') ?>
+                                       <?php if($editable){?><br/><?php echo 
lang('district_helptext') ?><?php }?>
                                        <?php  } ?>
                                </dt>
                                <dd>
@@ -292,7 +292,7 @@
                                </dd>
                                <h2><?php echo lang('where_when')?></h2>
                                <dt>
-                                       <?php if($activity->get_arena() || 
$editable) { ?>
+                                       <?php if($activity->get_arena() || 
$activity->get_internal_arena() || $editable) { ?>
                                        <label for="arena"><?php echo 
lang('arena') ?></label>
                                        <br/><?php echo lang('arena_helptext')?>
                                        <?php  } ?>
@@ -408,7 +408,7 @@
                                <dt>
                                        <?php 
if($activity->get_organization_id() || $editable) { ?>
                                        <label for="organization_id"><?php echo 
lang('organization') ?></label>
-                                       <br/><?php echo 
lang('organization_helptext') ?>
+                                       <?php if($editable){?><br/><?php echo 
lang('organization_helptext') ?><?php }?>
                                        <?php } ?>
                                </dt>
                                <dd>
@@ -448,7 +448,7 @@
                                <dt>
                                        <?php if($activity->get_group_id() || 
$editable) { ?>
                                        <label for="group_id"><?php echo 
lang('group') ?></label>
-                                       <br/><?php echo lang('group_helptext') 
?>
+                                       <?php if($editable){?><br/><?php echo 
lang('group_helptext') ?><?php }?>
                                        <?php } ?>
                                </dt>
                                <dd>




reply via email to

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