fix series title
as template engine is case sensitive, conditions have to use camelCase.
This commit is contained in:
@@ -42,7 +42,7 @@ var region='<TMPL_VAR loc.region>';
|
|||||||
href="series.cgi?project_id=<TMPL_VAR .project_id>&studio_id=<TMPL_VAR .studio_id>&series_id=<TMPL_VAR series_id>&action=show"
|
href="series.cgi?project_id=<TMPL_VAR .project_id>&studio_id=<TMPL_VAR .studio_id>&series_id=<TMPL_VAR series_id>&action=show"
|
||||||
>
|
>
|
||||||
<b><TMPL_IF has_single_events><TMPL_VAR .loc.single_events><TMPL_ELSE><TMPL_VAR series_name></TMPL_IF></b>
|
<b><TMPL_IF has_single_events><TMPL_VAR .loc.single_events><TMPL_ELSE><TMPL_VAR series_name></TMPL_IF></b>
|
||||||
<TMPL_IF TITLE> <br> <TMPL_VAR title></TMPL_IF>
|
<TMPL_IF title> <br> <TMPL_VAR title></TMPL_IF>
|
||||||
</a>
|
</a>
|
||||||
</TMPL_LOOP>
|
</TMPL_LOOP>
|
||||||
</div>
|
</div>
|
||||||
@@ -57,7 +57,7 @@ var region='<TMPL_VAR loc.region>';
|
|||||||
href="series.cgi?project_id=<TMPL_VAR .project_id>&studio_id=<TMPL_VAR .studio_id>&series_id=<TMPL_VAR series_id>&action=show"
|
href="series.cgi?project_id=<TMPL_VAR .project_id>&studio_id=<TMPL_VAR .studio_id>&series_id=<TMPL_VAR series_id>&action=show"
|
||||||
>
|
>
|
||||||
<b><TMPL_IF has_single_events><TMPL_VAR .loc.single_events><TMPL_ELSE><TMPL_VAR series_name></TMPL_IF></b>
|
<b><TMPL_IF has_single_events><TMPL_VAR .loc.single_events><TMPL_ELSE><TMPL_VAR series_name></TMPL_IF></b>
|
||||||
<TMPL_IF TITLE> <br> <TMPL_VAR title></TMPL_IF>
|
<TMPL_IF title> <br> <TMPL_VAR title></TMPL_IF>
|
||||||
</a>
|
</a>
|
||||||
</TMPL_LOOP>
|
</TMPL_LOOP>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user