Changeset df7cbd in indico
- Timestamp:
- 07/29/11 18:05:02 (22 months ago)
- Branches:
- master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
- Children:
- 6c87d3
- Parents:
- 4d8700
- git-author:
- Pedro Ferreira <jose.pedro.ferreira@…> (07/29/11 15:41:02)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (07/29/11 18:05:02)
- Location:
- indico/MaKaC/webinterface/tpls
- Files:
-
- 3 edited
-
ConfModAbstractBook.tpl (modified) (1 diff)
-
RBAdminFrame.tpl (modified) (1 diff)
-
RoomBookingRoomForm.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/tpls/ConfModAbstractBook.tpl
r137cf0 rdf7cbd 11 11 </td> 12 12 <td bgcolor="white" width="100%" class="blacktext"> 13 <% if showIds: %>13 % if showIds: 14 14 <% icon = str(Config.getInstance().getSystemIconURL( "enabledSection" )) %> 15 <% end %> 16 <% else: %> 15 % else: 17 16 <% icon = str(Config.getInstance().getSystemIconURL( "disabledSection" )) %> 18 <% end %>19 <a href=" <%= urlToogleShowIds %>"><img src="<%= icon %>"> <%= _("Show Abstract IDs") %></a> <%= _("(Table of Contents)") %>17 % endif 18 <a href="${ urlToogleShowIds }"><img src="${ icon }"> ${ _("Show Abstract IDs") }</a> ${ _("(Table of Contents)") } 20 19 </td> 21 20 </tr> -
indico/MaKaC/webinterface/tpls/RBAdminFrame.tpl
rf9bbd4 rdf7cbd 1 <div class="banner"><span class="bannerTitle bannerTitle_0">< %= _("Room Booking Administration") %></span></div>1 <div class="banner"><span class="bannerTitle bannerTitle_0"><${ _("Room Booking Administration") }</span></div> 2 2 3 3 <!-- Body --> 4 4 <div class="container"> 5 <%= body %>5 ${ body } 6 6 </div> 7 7 <!-- End of body --> -
indico/MaKaC/webinterface/tpls/RoomBookingRoomForm.tpl
r137cf0 rdf7cbd 32 32 </div> 33 33 <div id="resvStartNotificationCH" class="tip"> 34 <%= _("Whether to trigger notifications when a booking for the room begins.")%>34 ${ _("Whether to trigger notifications when a booking for the room begins.") } 35 35 </div> 36 36 <div id="resvEndNotificationCH" class="tip"> 37 <%= _("Whether to trigger notifications when a booking for the room ends.")%>37 ${ _("Whether to trigger notifications when a booking for the room ends.") } 38 38 </div> 39 39 <div id="whereIsKeyCH" class="tip"> … … 159 159 </tr> 160 160 <tr> 161 <td align="right" valign="top"><small> <%= _("Notification on booking start")%> </small></td>162 <td align="left" class="blacktext"><input type="checkbox" <% if room.resvStartNotification: %> checked="checked" <% end %> id="resvStartNotification" name="resvStartNotification" /> <% contextHelp( 'resvStartNotificationCH' ) %></td>163 </tr> 164 <tr> 165 <td align="right" valign="top"><small> <%= _("Notification on booking end")%> </small></td>166 <td align="left" class="blacktext"><input type="checkbox" <% if room.resvEndNotification: %> checked="checked" <% end %> id="resvEndNotification" name="resvEndNotification" /> <% contextHelp( 'resvEndNotificationCH' ) %></td>161 <td align="right" valign="top"><small> ${ _("Notification on booking start")} </small></td> 162 <td align="left" class="blacktext"><input type="checkbox" ${'checked="checked"' if room.resvStartNotification else ''} id="resvStartNotification" name="resvStartNotification" /> ${ contextHelp( 'resvStartNotificationCH' ) }</td> 163 </tr> 164 <tr> 165 <td align="right" valign="top"><small> ${ _("Notification on booking end")} </small></td> 166 <td align="left" class="blacktext"><input type="checkbox" ${'checked="checked"' if room.resvEndNotification else ''} id="resvEndNotification" name="resvEndNotification" /> ${ contextHelp( 'resvEndNotificationCH' ) }</td> 167 167 </tr> 168 168 </table>
Note: See TracChangeset
for help on using the changeset viewer.
