ensure the usher section is active when we browse it

This commit is contained in:
Thomas Keller 2010-08-11 23:43:15 +02:00
parent f25dbd8872
commit ce436cc6ec

View File

@ -1,5 +1,5 @@
{extends "idf/gadmin/base.html"}
{block tabprojects} class="active"{/block}
{block tabusher} class="active"{/block}
{block subtabs}
<a {if $inUsher}class="active" {/if}href="{url 'IDF_Views_Admin::usher'}">{trans 'Configured servers'}</a> |
<a {if $inUsherControl}class="active" {/if}href="{url 'IDF_Views_Admin::usherControl', array('')}">{trans 'Usher control'}</a>