Standardize add buttons
This has bothered me for a long time ;)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
<div class="readOnlyContent">
|
||||
<p id="pAddUser">
|
||||
<button type="button" data-icon="plus" onclick="Dashboard.navigate('useredit.html');">
|
||||
<button type="button" data-icon="plus" data-iconpos="right" onclick="Dashboard.navigate('useredit.html');">
|
||||
${ButtonAddUser}
|
||||
</button>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user