diff options
author | Zach Prezkuta <fermion@gmx.com> | 2013-01-06 16:08:56 -0700 |
---|---|---|
committer | Zach Prezkuta <fermion@gmx.com> | 2013-01-06 16:08:56 -0700 |
commit | 4281a95cbcc6a6bc2eae9ec0b393af9b0ec7b739 (patch) | |
tree | 886f29ccaafb966af2544e8be10d359acd698254 /view/tpl/smarty3/profile_edit.tpl | |
parent | a0d19ffb7241a1c7a4b85e6d0fd58fbb2f718468 (diff) | |
download | volse-hubzilla-4281a95cbcc6a6bc2eae9ec0b393af9b0ec7b739.tar.gz volse-hubzilla-4281a95cbcc6a6bc2eae9ec0b393af9b0ec7b739.tar.bz2 volse-hubzilla-4281a95cbcc6a6bc2eae9ec0b393af9b0ec7b739.zip |
rebase and update themes
Diffstat (limited to 'view/tpl/smarty3/profile_edit.tpl')
-rw-r--r-- | view/tpl/smarty3/profile_edit.tpl | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/view/tpl/smarty3/profile_edit.tpl b/view/tpl/smarty3/profile_edit.tpl index d4647ad5f..84a4d5afb 100644 --- a/view/tpl/smarty3/profile_edit.tpl +++ b/view/tpl/smarty3/profile_edit.tpl @@ -4,6 +4,7 @@ <div id="profile-edit-links"> <ul> +<li><a href="profile_photo" id="profile-photo_upload-link" title="{{$profpic}}">{{$profpic}}</a></li> <li><a href="profile/{{$profile_id}}/view?tab=profile" id="profile-edit-view-link" title="{{$viewprof}}">{{$viewprof}}</a></li> <li><a href="{{$profile_clone_link}}" id="profile-edit-clone-link" title="{{$cr_prof}}">{{$cl_prof}}</a></li> <li></li> @@ -142,17 +143,10 @@ <div id="profile-edit-pubkeywords-wrapper" > <label id="profile-edit-pubkeywords-label" for="profile-edit-pubkeywords" >{{$lbl_pubkey}} </label> -<input type="text" size="32" name="pub_keywords" id="profile-edit-pubkeywords" title="{{$lbl_ex2}}" value="{{$pub_keywords}}" /> +<input type="text" size="32" name="keywords" id="profile-edit-pubkeywords" title="{{$lbl_ex2}}" value="{{$keywords}}" /> </div><div id="profile-edit-pubkeywords-desc">{{$lbl_pubdsc}}</div> <div id="profile-edit-pubkeywords-end"></div> -<div id="profile-edit-prvkeywords-wrapper" > -<label id="profile-edit-prvkeywords-label" for="profile-edit-prvkeywords" >{{$lbl_prvkey}} </label> -<input type="text" size="32" name="prv_keywords" id="profile-edit-prvkeywords" title="{{$lbl_ex2}}" value="{{$prv_keywords}}" /> -</div><div id="profile-edit-prvkeywords-desc">{{$lbl_prvdsc}}</div> -<div id="profile-edit-prvkeywords-end"></div> - - <div class="profile-edit-submit-wrapper" > <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" /> </div> @@ -314,4 +308,4 @@ </form> </div> -<script type="text/javascript">Fill_Country('{{$country_name}}');Fill_States('{{$region}}');</script> + |