Skip to content

Commit 40bce87

Browse files
author
Jim Hu
committed
remove sear_box.tpl from alternative template folders
1 parent 217454e commit 40bce87

File tree

5 files changed

+5
-38
lines changed

5 files changed

+5
-38
lines changed

templates/green/event.tpl

+5-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<tr>
1616
<td align="left" class="V12">
1717
<div style="margin-left: 10px; margin-bottom:10px;">
18-
<p>{EVENT_TEXT} - <span class="V9">(<i>{EVENT_TIMES}</i>)</span></p>
18+
<p><b>{L_SUMMARY}</b>:{EVENT_TEXT} - <span class="V9">(<i>{EVENT_TIMES}</i>)</span></p>
1919
<!-- switch description on -->
20-
<p>{DESCRIPTION}</p>
20+
<p><b>{L_DESCRIPTION}</b>:{DESCRIPTION}</p>
2121
<!-- switch description off -->
2222
<p>
2323
<!-- switch organizer on -->
@@ -32,6 +32,9 @@
3232
<!-- switch location on -->
3333
<b>{L_LOCATION}</b>: {LOCATION}<br />
3434
<!-- switch location off -->
35+
<!-- switch url on -->
36+
<b>{L_URL}</b>: {URL}<br />
37+
<!-- switch url off -->
3538
</p>
3639
</div>
3740
</td>

templates/green/search_box.tpl

-9
This file was deleted.

templates/grey/search_box.tpl

-9
This file was deleted.

templates/red/search_box.tpl

-9
This file was deleted.

templates/tan/search_box.tpl

-9
This file was deleted.

0 commit comments

Comments
 (0)