templates: replace key with full_title

This commit is contained in:
Milan
2020-05-23 23:20:29 +02:00
parent eb5bfa7d62
commit 877cc1a347
4 changed files with 4 additions and 4 deletions

View File

@@ -285,7 +285,7 @@
<tr>
<td class="label"></td>
<td>
<TMPL_VAR start> - <TMPL_VAR key>
<TMPL_VAR start> - <TMPL_VAR full_title>
</td>
</tr>

View File

@@ -107,7 +107,7 @@
</td>
<td>
<!--<TMPL_VAR key>-->
<!--<TMPL_VAR full_title>-->
<TMPL_UNLESS has_single_events>
<TMPL_VAR series_name>
<TMPL_IF title> - <TMPL_VAR title></TMPL_IF>

View File

@@ -5,7 +5,7 @@
<h2>
<TMPL_VAR event.weekday_short_name>, <TMPL_VAR event.start_date_name> <TMPL_VAR event.start_time_name><br>
<TMPL_VAR event.key><br>
<TMPL_VAR event.full_title><br>
</h2>
<div class="panel">

View File

@@ -29,7 +29,7 @@
<category term='Sendung'/>
<title type='text'><TMPL_VAR weekday_short_name>, <TMPL_VAR start_date_name> - <TMPL_VAR start_time_name> - <TMPL_VAR end_time_name> | <TMPL_VAR full_title></title>
<summary type='text'><TMPL_VAR excerpt></summary>
<content type='html'><![CDATA[<TMPL_VAR weekday_short_name>, <TMPL_VAR start_date_name> - <TMPL_VAR start_time_name> - <TMPL_VAR end_time_name> | <TMPL_VAR key><p><TMPL_VAR content_html>]]></content>
<content type='html'><![CDATA[<TMPL_VAR weekday_short_name>, <TMPL_VAR start_date_name> - <TMPL_VAR start_time_name> - <TMPL_VAR end_time_name> | <TMPL_VAR full_title><p><TMPL_VAR content_html>]]></content>
<link rel='alternate' type='text/html' href='<TMPL_VAR cache_base_url>/<TMPL_VAR .controllers.event>/<TMPL_VAR event_id>.html#<TMPL_VAR event_uri escape=url>' title='alternate'/>
<link rel='self' type='application/atom+xml' href='<TMPL_VAR cache_base_url>/<TMPL_VAR .controllers.event>/<TMPL_VAR event_id>.html#<TMPL_VAR event_uri escape=url>'/>