Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Update edit_account.html #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions upload/styles/cb_28/layout/edit_account.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <h4>{lang code='user_user_avatar'}</h4>
</div>
<h3>{lang code='or'}</h3>
<div class="form-group">
<label for="avatar_url">{lang code='pelase_enter_image_url'}</label>
<label for="avatar_url">{lang code='please_enter_image_url'}</label>
<input class="form-control" name="avatar_url" type="text" id="avatar_url" value="{$user.avatar_url}" />
</div>
<div class="form-group">
Expand Down Expand Up @@ -199,23 +199,23 @@ <h3>{lang code='or'}</h3>

<li class="{if $mode =='block_users'}active {/if}">
<a href="{$baseurl}/edit_account.php?mode=block_users">
<h5>{lang code='Block Users'}</h5>
<h5>{lang code='block_users'}</h5>
</a>
</li>
<li class="{if $mode =='change_password'}active {/if}">
<a href="{$baseurl}/edit_account.php?mode=change_password">
<h5>{lang code='Change Password'}</h5>
<h5>{lang code='change_password'}</h5>
</a>

</li>
<li class="{if $mode =='change_email'}active {/if}">
<a href="{$baseurl}/edit_account.php?mode=change_email">
<h5>{lang code='Change Email'}</h5>
<h5>{lang code='change_email'}</h5>
</a>
</li>
<li class="{if $mode =='subs'}active {/if}">
<a href="{$baseurl}/edit_account.php?mode=subscriptions">
<h5>{lang code='Manage Subscription'}</h5>
<h5>{lang code='manage_subscription'}</h5>
</a>
</li>
</ul>
Expand Down