]> git.mxchange.org Git - friendica.git/commitdiff
move public profile warning to top of page
authorFriendika <info@friendika.com>
Fri, 5 Aug 2011 13:42:27 +0000 (06:42 -0700)
committerFriendika <info@friendika.com>
Fri, 5 Aug 2011 13:42:27 +0000 (06:42 -0700)
mod/profiles.php
view/profile_edit.tpl
view/theme/duepuntozero/style.css

index 64fab797f651eab65adc6184b2297f6ca31004ba..b269fa30c716f9fd68abf30f629aa4fb8fdf588a 100644 (file)
@@ -469,7 +469,7 @@ function profiles_content(&$a) {
                                        '$id' => $rr['id'],
                                        '$alt' => t('Profile Image'),
                                        '$profile_name' => $rr['profile-name'],
-                                       '$visible' => (($rr['is-default']) ?  '<strong>' . t('Visible to everybody') . '</strong>' 
+                                       '$visible' => (($rr['is-default']) ? '<strong>' . t('visible to everybody') . '</strong>' 
                                                : '<a href="' . $a->get_baseurl() . '/profperm/' . $rr['id'] . '" />' . t('Edit visibility') . '</a>')
                                ));
                        }
index 053e19594bae2739501359faae799d024b04ac46..8dab72649222d04a003010712c5af405e8910a32 100644 (file)
@@ -1,3 +1,5 @@
+$default
+
 <h1>$banner</h1>
 
 <div id="profile-edit-links">
@@ -12,7 +14,6 @@
 
 <div id="profile-edit-links-end"></div>
 
-$default
 
 <div id="profile-edit-wrapper" >
 <form id="profile-edit-form" name="form1" action="profiles/$profile_id" method="post" >
index 3edc603f4019544b49a81744e2bedc8859ca19ad..5943e5061722c07dbb5bdaa8fb55c324d5f86dce 100644 (file)
@@ -539,13 +539,12 @@ input#dfrn-url {
        width: 300px;
 }
 
-#profile-edit-drop-link-wrapper {
-       float: left;
-}
 
 #profile-edit-links-end {
        clear: both;
+       margin-bottom: 15px;
 }
+
 .profile-listing-photo {
        border: none;
 }