Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autumoswitzerland committed Sep 26, 2024
1 parent 6fa0f90 commit 848bc8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/html/system/log.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</nav>
<div class="users view large-10 medium-8 columns content">
<h3 style="width: 100%;">
{$l.system.log.1}
{$l.system.log.1,{$logSize}}
</h3>
<div id="dottedLine">
</div>
Expand Down
2 changes: 1 addition & 1 deletion web/html/users/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="strength_wrapper">
<input type="password" name="password" id="lgpassword1" class="strength_input" style="display: block;" oninput="syncPw('lgpassword1');" />
<input type="text" name="password" id="lgpassword2" class="strength_input" style="display: none;" oninput="syncPw('lgpassword2');" />
<a href="#" class="button_strength" id="lgpwshow" onclick="togglePw('{$l.users.login.10}', '{$l.users.login.4}'); event.preventDefault();">
<a href="#" class="button_strength" id="lgpwshow" onclick="togglePw('{$l.users.login.11}', '{$l.users.login.4}'); event.preventDefault();">
{$l.users.login.4}
</a>
</div>
Expand Down

0 comments on commit 848bc8f

Please sign in to comment.