diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-16 23:07:29 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-16 23:07:29 +0100 |
commit | 2165733ddce0bcae386d8b4b25ef7fec83266db7 (patch) | |
tree | c80243335c4847b96eb5c88cdfae7d418503ebe9 /mod/profiles.php | |
parent | d22b21c56f978d6b1ed42c9edde2a0214a16aef7 (diff) | |
download | volse-hubzilla-2165733ddce0bcae386d8b4b25ef7fec83266db7.tar.gz volse-hubzilla-2165733ddce0bcae386d8b4b25ef7fec83266db7.tar.bz2 volse-hubzilla-2165733ddce0bcae386d8b4b25ef7fec83266db7.zip |
move buttons to dropdown menu and some cleanup
Diffstat (limited to 'mod/profiles.php')
-rw-r--r-- | mod/profiles.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mod/profiles.php b/mod/profiles.php index 2ffe7da63..c3f5679fe 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -686,7 +686,7 @@ function profiles_content(&$a) { '$banner' => t('Edit Profile Details'), '$submit' => t('Submit'), '$viewprof' => t('View this profile'), - '$editvis' => t('Edit visibility'), + '$editvis' => t('Edit visibility'), '$coverpic' => t('Change Cover Photo'), '$profpic' => t('Change Profile Photo'), '$cr_prof' => t('Create a new profile using these settings'), @@ -698,7 +698,6 @@ function profiles_content(&$a) { '$lbl_gender' => t('Your Gender'), '$lbl_marital' => t('Marital Status'), '$lbl_sexual' => t('Sexual Preference'), - '$disabled' => (($is_default) ? 'onclick="return false;" style="color: #BBBBFF;"' : ''), '$baseurl' => $a->get_baseurl(true), '$profile_id' => $r[0]['id'], '$profile_name' => array('profile_name', t('Profile Name'), $r[0]['profile_name'], '', '*'), @@ -713,7 +712,7 @@ function profiles_content(&$a) { '$locality' => array('locality', t('Locality/City'), $r[0]['locality']), '$region' => array('region', t('Region/State'), $r[0]['region']), '$postal_code' => array('postal_code', t('Postal/Zip Code'), $r[0]['postal_code']), - '$country_name' => array('country', t('Country'), $r[0]['country_name']), + '$country_name' => array('country_name', t('Country'), $r[0]['country_name']), '$gender' => gender_selector($r[0]['gender']), '$gender_min' => gender_selector_min($r[0]['gender']), '$marital' => marital_selector($r[0]['marital']), |