diff options
author | friendica <info@friendica.com> | 2012-07-23 20:49:56 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-23 20:49:56 -0700 |
commit | 4b36e41b098ae805d8a25e1c4ce7f38161418eea (patch) | |
tree | 5492b74501172b76e87277319ecdf1a3abf86d8b /view/profile_edit.tpl | |
parent | e18417ea47bac5add79bc4f8fad8e89c6c6f9d08 (diff) | |
download | volse-hubzilla-4b36e41b098ae805d8a25e1c4ce7f38161418eea.tar.gz volse-hubzilla-4b36e41b098ae805d8a25e1c4ce7f38161418eea.tar.bz2 volse-hubzilla-4b36e41b098ae805d8a25e1c4ce7f38161418eea.zip |
implement page update modes
Diffstat (limited to 'view/profile_edit.tpl')
-rw-r--r-- | view/profile_edit.tpl | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/view/profile_edit.tpl b/view/profile_edit.tpl index 64cd47324..bc342cc3b 100644 --- a/view/profile_edit.tpl +++ b/view/profile_edit.tpl @@ -172,7 +172,6 @@ $lbl_about </div> <div id="about-jot-end"></div> -</div> <div id="interest-jot-wrapper" > @@ -184,7 +183,6 @@ $lbl_hobbies </div> <div id="interest-jot-end"></div> -</div> <div id="likes-jot-wrapper" > @@ -196,7 +194,6 @@ $lbl_likes </div> <div id="likes-jot-end"></div> -</div> <div id="dislikes-jot-wrapper" > @@ -208,7 +205,6 @@ $lbl_dislikes </div> <div id="dislikes-jot-end"></div> -</div> <div id="contact-jot-wrapper" > @@ -220,7 +216,6 @@ $lbl_social </div> <div id="contact-jot-end"></div> -</div> <div class="profile-edit-submit-wrapper" > @@ -238,7 +233,6 @@ $lbl_music </div> <div id="music-jot-end"></div> -</div> <div id="book-jot-wrapper" > <p id="book-jot-desc" > @@ -249,7 +243,6 @@ $lbl_book </div> <div id="book-jot-end"></div> -</div> @@ -262,7 +255,6 @@ $lbl_tv </div> <div id="tv-jot-end"></div> -</div> @@ -275,7 +267,6 @@ $lbl_film </div> <div id="film-jot-end"></div> -</div> <div class="profile-edit-submit-wrapper" > @@ -293,7 +284,6 @@ $lbl_love </div> <div id="romance-jot-end"></div> -</div> @@ -306,7 +296,6 @@ $lbl_work </div> <div id="work-jot-end"></div> -</div> @@ -319,7 +308,6 @@ $lbl_school </div> <div id="education-jot-end"></div> -</div> @@ -331,4 +319,4 @@ $lbl_school </form> </div> -<script type="text/javascript">Fill_Country('$country_name');Fill_States('$region');</script>
\ No newline at end of file +<script type="text/javascript">Fill_Country('$country_name');Fill_States('$region');</script> |