diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-14 12:46:40 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-14 12:46:40 +0200 |
commit | 7f712973831212694de824a2e63961b98ef53959 (patch) | |
tree | 7b135e84ecf2439e93105adda5ac01c2e374948f /include/contact_selectors.php | |
parent | 86633bda48af77483a082d79c1bec7abc3febab3 (diff) | |
download | volse-hubzilla-7f712973831212694de824a2e63961b98ef53959.tar.gz volse-hubzilla-7f712973831212694de824a2e63961b98ef53959.tar.bz2 volse-hubzilla-7f712973831212694de824a2e63961b98ef53959.zip |
cleanup connedit
Diffstat (limited to 'include/contact_selectors.php')
-rw-r--r-- | include/contact_selectors.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/contact_selectors.php b/include/contact_selectors.php index 726efce9d..8671f1bd1 100644 --- a/include/contact_selectors.php +++ b/include/contact_selectors.php @@ -5,7 +5,7 @@ function contact_profile_assign($current) { $o = ''; - $o .= "<select id=\"contact-profile-selector\" name=\"profile_assign\" />\r\n"; + $o .= "<select id=\"contact-profile-selector\" name=\"profile_assign\" class=\"form-control\"/>\r\n"; $r = q("SELECT profile_guid, profile_name FROM `profile` WHERE `uid` = %d", intval($_SESSION['uid'])); |