Differences From Artifact [7abbc95a91]:
- File view/conf-user-ctl.tpl — part of check-in [f09cd18161] at 2021-01-02 18:32:02 on branch trunk — iterate on user mgmt UI (user: lexi, size: 165) [annotate] [blame] [check-ins using]
To Artifact [7e2cfb9c6e]:
- File view/conf-user-ctl.tpl — part of check-in [d6024624c6] at 2021-01-08 05:58:30 on branch trunk — enable passwords (user: lexi, size: 203) [annotate] [blame] [check-ins using]
1 1 <form method="post"> 2 2 <div class="elem"> 3 3 <label>user</label> 4 4 <div class="txtbox">@name</div> 5 5 </div> 6 6 @inputcontent 7 - <button>alter</button> 7 + <menu class="vertical choice"> 8 + <button>alter</button> 9 + @btns 10 + </menu> 8 11 </form> 9 -@linkcontent