moved new user button
This commit is contained in:
parent
3b79c6bcd8
commit
cee0f17c77
1 changed files with 4 additions and 4 deletions
|
@ -7,10 +7,6 @@ $if null beverages
|
||||||
<a href=@{SelectCashR}>
|
<a href=@{SelectCashR}>
|
||||||
<p>_{MsgPayCash}
|
<p>_{MsgPayCash}
|
||||||
|
|
||||||
<article .article #func>
|
|
||||||
<a href=@{NewUserR}>
|
|
||||||
<p>_{MsgCreateUser}
|
|
||||||
|
|
||||||
$forall (Entity uId user) <- users
|
$forall (Entity uId user) <- users
|
||||||
<article .article>
|
<article .article>
|
||||||
$if userAvatar user /= Nothing
|
$if userAvatar user /= Nothing
|
||||||
|
@ -20,6 +16,10 @@ $forall (Entity uId user) <- users
|
||||||
<a href=@{SelectR uId}>
|
<a href=@{SelectR uId}>
|
||||||
<p>#{userIdent user}
|
<p>#{userIdent user}
|
||||||
|
|
||||||
|
<article .article #func>
|
||||||
|
<a href=@{NewUserR}>
|
||||||
|
<p>_{MsgCreateUser}
|
||||||
|
|
||||||
<article .article #func>
|
<article .article #func>
|
||||||
<a href=@{ReactivateR}>
|
<a href=@{ReactivateR}>
|
||||||
<p>_{MsgReactivateOldUser}
|
<p>_{MsgReactivateOldUser}
|
||||||
|
|
Loading…
Reference in a new issue