[guadec2010-web] Made the venue information more visible



commit 95abc814488eadaab293843b3a2fc86e9d63865e
Author: Sense Hofstede <sense ubuntu com>
Date:   Sun Jul 25 09:44:13 2010 +0200

    Made the venue information more visible

 templates/schedConf/accommodation.tpl |    2 +-
 templates/schedConf/index.tpl         |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/templates/schedConf/accommodation.tpl b/templates/schedConf/accommodation.tpl
index 92521dc..d6d12ee 100644
--- a/templates/schedConf/accommodation.tpl
+++ b/templates/schedConf/accommodation.tpl
@@ -8,7 +8,7 @@
  *
  * $Id: accommodation.tpl,v 1.7.2.2 2009/04/16 16:11:52 jmacgreg Exp $
  *}
-{translate|assign:"pageTitleTranslated" key="schedConf.accommodation.title"}{include file="common/header.tpl"}
+{assign var="pageTitleTranslated" value="Accommodation and Venue"}{include file="common/header.tpl"}
 {assign var="helpTopicId" value="user.conferenceInformation"}
 
 <div>{$accommodationDescription|nl2br}</div>
diff --git a/templates/schedConf/index.tpl b/templates/schedConf/index.tpl
index 4570ed3..326b259 100644
--- a/templates/schedConf/index.tpl
+++ b/templates/schedConf/index.tpl
@@ -61,7 +61,8 @@
 	    {if $schedConfPostPresentations}<li><a href="{url page="schedConf" op="presentations"}">{translate key="schedConf.presentations.short"}</a></li>{/if}
 	    {if $schedConfPostSchedule}<li><a href="{url page="schedConf" op="schedule"}">{translate key="schedConf.schedule"}</a></li>{/if}
 	    {if $schedConfPostPayment}<li><a href="{url page="schedConf" op="registration"}">{translate key="schedConf.registration"}</a></li>{/if}
-	    {if $schedConfPostAccommodation}<li><a href="{url page="schedConf" op="accommodation"}">{translate key="schedConf.accommodation"}</a></li>{/if}
+	    {if $schedConfPostAccommodation}<li><a href="{url page="schedConf" op="accommodation" anchor="hotels"}">{translate key="schedConf.accommodation"}</a></li>{/if}
+	    {if $schedConfPostAccommodation}<li><a href="{url page="schedConf" op="accommodation" anchor="venue"}">Venue</a></li>{/if}
 	    {if $schedConfPostSupporters}<li><a href="{url page="about" op="organizingTeam"}">{translate key="schedConf.supporters"}</a></li>{/if}
 	    {if $schedConfPostTimeline}<li><a href="{url page="schedConf" op="timeline"}">{translate key="schedConf.timeline"}</a></li>{/if}
 	    <li><a href="{url page="schedConf" op="sponsors"}" title="Sponsors">Sponsors</a></li>



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