VRFS-3270 : Fix submit button on edit musician profile screen.
This was broken when changing from ids to classes on screens common to band and user profiles.
This commit is contained in:
parent
c5285002e4
commit
bd0c931df0
|
|
@ -105,7 +105,7 @@
|
|||
</div>
|
||||
|
||||
<div class="right">
|
||||
<a id="account-edit-profile-link" href="#" class="button-orange">UPDATE</a>
|
||||
<a href="#" class="account-edit-profile-link button-orange">UPDATE</a>
|
||||
</div>
|
||||
<br clear="all" />
|
||||
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@
|
|||
</div>
|
||||
|
||||
<div class="right field actions">
|
||||
<a id="account-edit-profile-cancel" class="button-grey">CANCEL</a> <a id="account-edit-profile-submit" class="button-orange">SAVE & NEXT</a>
|
||||
<a class="button-grey account-edit-profile-cancel">CANCEL</a> <a class="account-edit-profile-submit button-orange">SAVE & NEXT</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -66,9 +66,9 @@
|
|||
<br/><br/>
|
||||
|
||||
<div class="right field actions">
|
||||
<a id="account-edit-profile-cancel" class="button-grey">CANCEL</a>
|
||||
<a id="account-edit-profile-back" class="button-grey">BACK</a>
|
||||
<a id="account-edit-profile-submit" class="button-orange">SAVE & NEXT</a>
|
||||
<a class="account-edit-profile-cancel button-grey">CANCEL</a>
|
||||
<a class="account-edit-profile-back button-grey">BACK</a>
|
||||
<a class="account-edit-profile-submit button-orange">SAVE & NEXT</a>
|
||||
</div>
|
||||
|
||||
<div class="clearall"></div>
|
||||
|
|
|
|||
|
|
@ -207,9 +207,9 @@
|
|||
<br/><br/>
|
||||
|
||||
<div class="right field actions">
|
||||
<a id="account-edit-profile-cancel" class="button-grey">CANCEL</a>
|
||||
<a id="account-edit-profile-back" class="button-grey">BACK</a>
|
||||
<a id="account-edit-profile-submit" class="button-orange">SAVE & NEXT</a>
|
||||
<a class="account-edit-profile-cancel button-grey">CANCEL</a>
|
||||
<a class="account-edit-profile-back button-grey">BACK</a>
|
||||
<a class="account-edit-profile-submit button-orange">SAVE & NEXT</a>
|
||||
</div>
|
||||
|
||||
<div class="clearall"></div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue