diff options
| author | Grégoire Détrez <gregoire.detrez@gu.se> | 2014-09-15 20:46:10 +0200 | 
|---|---|---|
| committer | Grégoire Détrez <gregoire.detrez@gu.se> | 2014-09-15 21:05:03 +0200 | 
| commit | 61d174a47a17a6825cb753989d504d5fa9d18a63 (patch) | |
| tree | 72a2211cbd7bfcf9eef1da790914ba8eb626f048 /templates | |
| parent | c276c801329e51cfecc9309431501b1801783049 (diff) | |
Small changes to the template
- remove italic in footer
- comment link to admin panel
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/page.tmpl | 28 | 
1 files changed, 14 insertions, 14 deletions
| diff --git a/templates/page.tmpl b/templates/page.tmpl index c8298e5..cfc5258 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -65,8 +65,10 @@              <ul class="dropdown-menu">                <li><a href="https://mail.fripost.org/"><span class="glyphicon glyphicon-envelope"></span> Webmail</a></li>                <li><a href="https://antilop.fripost.org/mailman/listinfo"><span class="glyphicon glyphicon-list"></span> Mailing lists</a></li> +              <!-- later...                <li class="divider"></li>                <li><a href="#"><span class="glyphicon glyphicon-wrench"></span> Admin panel</a></li> +              -->              </ul>            </li>          </ul> @@ -110,20 +112,18 @@              <TMPL_VAR LINK>            </TMPL_LOOP>          </TMPL_IF> -        <i> -          <TMPL_IF MTIME> -            <span class="glyphicon glyphicon-calendar"></span> Last modified <TMPL_VAR MTIME> -          </TMPL_IF> -          <TMPL_IF HISTORYURL> -            | <span class="glyphicon glyphicon-time"></span> <a href="<TMPL_VAR HISTORYURL>">History</a> -          </TMPL_IF> -          <TMPL_IF GETSOURCEURL> -            | <b><></b> <a href="<TMPL_VAR GETSOURCEURL>">Show source</a> -          </TMPL_IF> -          <TMPL_IF GETSOURCEURL> -            | <span class="glyphicon glyphicon-comment"></span><a href="<TMPL_VAR DISCUSSIONURL>"> Discussion</a> -          </TMPL_IF> -        </i> +        <TMPL_IF MTIME> +          <span class="glyphicon glyphicon-calendar"></span> Last modified <em><TMPL_VAR MTIME></em> +        </TMPL_IF> +        <TMPL_IF HISTORYURL> +          | <span class="glyphicon glyphicon-time"></span> <a href="<TMPL_VAR HISTORYURL>">History</a> +        </TMPL_IF> +        <TMPL_IF GETSOURCEURL> +          | <b><></b> <a href="<TMPL_VAR GETSOURCEURL>">Show source</a> +        </TMPL_IF> +        <TMPL_IF GETSOURCEURL> +          | <span class="glyphicon glyphicon-comment"></span><a href="<TMPL_VAR DISCUSSIONURL>"> Discussion</a> +        </TMPL_IF>        </p>      </div> | 
