[opw-web] Minor formatting fixes for user profile



commit dd3d622cadc688d4111b516da264981d99a9d1b9
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Tue Apr 1 10:40:45 2014 -0400

    Minor formatting fixes for user profile

 modules/mod_user_profile.php                  |    2 +-
 skins/easterngreen/html/tpl_user_profile.html |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/modules/mod_user_profile.php b/modules/mod_user_profile.php
index 110ac0c..11041aa 100644
--- a/modules/mod_user_profile.php
+++ b/modules/mod_user_profile.php
@@ -56,7 +56,7 @@ if ($action == 'view') {
                     'identity_full_name'     => htmlspecialchars($row['fullname']),
                     'identity_email'         => htmlspecialchars($row['email']),
                     'identity_email_verified' => $row['emailVerified'] != 0 ?
-                                                  $lang->get('{{verified}}') : $lang->get('{{unverified}}'),
+                                                  $lang->get('verified') : $lang->get('unverified'),
                     'identity_profile_url'   => htmlspecialchars($row['profileUrl'])
                 ));
 
diff --git a/skins/easterngreen/html/tpl_user_profile.html b/skins/easterngreen/html/tpl_user_profile.html
index 20a657f..0d441e3 100644
--- a/skins/easterngreen/html/tpl_user_profile.html
+++ b/skins/easterngreen/html/tpl_user_profile.html
@@ -59,7 +59,7 @@
     </table>
 
     <h4 class="[[details_visibility]]">{{log_in_identity}} <span 
class="visibility-note">[[visible_to_mentors]]</span></h4>
-    <table>
+    <table class="[[details_visibility]]">
       <tbody>
         [[identities_list]]
       </tbody>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]