Skip to content

Commit

Permalink
Template fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autumoswitzerland committed Oct 2, 2024
1 parent 208dd7b commit f3acb45
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
12 changes: 8 additions & 4 deletions web/html/error.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<nav class="large-2 medium-4 columns" id="actions-sidebar"></nav>

<nav class="large-2 medium-4 columns" id="actions-sidebar">
</nav>
<div class="tasks index large-10 medium-8 columns content">
<h1>{$title}</h1>
<h4 class="errMsg">{$message}</h4>
<h1>
{$title}
</h1>
<h4 class="errMsg">
{$message}
</h4>
</div>
9 changes: 5 additions & 4 deletions web/html/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<div class="menuEntry">
{$if-role=Administrator:}
<a class="portfolio-box" href="/{$lang}/users">
{$endif-role;} {$if-role=Operator,Controller:}
</a>
{$endif-role;}
{$if-role=Operator,Controller:}
<a class="portfolio-box" href="{$userlink}">
{$endif-role;}
{$endif-role;}
<img class="img-fluid" src="/img/icons/menu-user-128.png" alt="" />
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
Expand All @@ -20,7 +20,8 @@
<div class="project-category text-faded">
{$l.home.1}
</div>
{$endif-role;} {$if-role=Operator,Controller:}
{$endif-role;}
{$if-role=Operator,Controller:}
<div class="project-category text-faded">
{$l.home.2}
</div>
Expand Down
8 changes: 5 additions & 3 deletions web/html/notimplemented.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<nav class="large-2 medium-4 columns" id="actions-sidebar"></nav>

<nav class="large-2 medium-4 columns" id="actions-sidebar">
</nav>
<div class="tasks index large-10 medium-8 columns content">
<h1>{$message}</h1>
<h1>
{$message}
</h1>
</div>

0 comments on commit f3acb45

Please sign in to comment.