From bc2fc31e3ff214ca15eaae0a2deeea205c22c403 Mon Sep 17 00:00:00 2001 From: Ricky Zhou Date: Thu, 29 Nov 2007 17:09:28 -0700 Subject: [PATCH] Minor formatting changes. --- fas/fas/static/css/style.css | 2 +- fas/fas/templates/group/view.html | 5 ++++- fas/fas/templates/home.html | 5 +++++ fas/fas/templates/user/view.html | 28 +++++++++++++++------------- 4 files changed, 25 insertions(+), 15 deletions(-) diff --git a/fas/fas/static/css/style.css b/fas/fas/static/css/style.css index ac3d60c..b18378a 100644 --- a/fas/fas/static/css/style.css +++ b/fas/fas/static/css/style.css @@ -225,7 +225,7 @@ a .userbox dd { - margin-left: 22ex; + margin-left: 24ex; } .account diff --git a/fas/fas/templates/group/view.html b/fas/fas/templates/group/view.html index f9dad6e..20f139a 100644 --- a/fas/fas/templates/group/view.html +++ b/fas/fas/templates/group/view.html @@ -62,7 +62,10 @@ ${user} ${groups[user].fedoraRoleSponsor} None - ${groups[user].fedoraRoleCreationDate} + + ${datetime.utcfromtimestamp(groups[user].fedoraRoleCreationDate).ctime()} ${groups[user].fedoraRoleApprovalDate} ${groups[user].fedoraRoleStatus} ${groups[user].fedoraRoleType} diff --git a/fas/fas/templates/home.html b/fas/fas/templates/home.html index ac00ab2..9515dba 100644 --- a/fas/fas/templates/home.html +++ b/fas/fas/templates/home.html @@ -13,6 +13,11 @@ BuildBuild Date + + + None + + ${builds.builds[build]['title']} diff --git a/fas/fas/templates/user/view.html b/fas/fas/templates/user/view.html index 05ea5f6..6e8da35 100644 --- a/fas/fas/templates/user/view.html +++ b/fas/fas/templates/user/view.html @@ -13,18 +13,18 @@

Account Details (edit)

-
Account Name
${user.cn} 
-
Real Name
${user.givenName} 
-
Email
${user.mail} 
-
Bugzilla Email
${user.fedoraPersonBugzillaMail} 
-
IRC Nick
${user.fedoraPersonIrcNick} 
-
PGP Key
${user.fedoraPersonKeyId} 
-
Telephone Number
${user.telephoneNumber} 
-
Postal Address
${user.postalAddress} 
-
Description
${user.description} 
-
Password
Valid (change)
-
Account Status
Approved, Active
-
CLA
Done Not Done
+
Account Name:
${user.cn} 
+
Real Name:
${user.givenName} 
+
Email:
${user.mail} 
+
Bugzilla Email:
${user.fedoraPersonBugzillaMail} 
+
IRC Nick:
${user.fedoraPersonIrcNick} 
+
PGP Key:
${user.fedoraPersonKeyId} 
+
Telephone Number:
${user.telephoneNumber} 
+
Postal Address:
${user.postalAddress} 
+
Description:
${user.description} 
+
Password:
Valid (change)
+
Account Status:
Approved, Active
+
CLA:
DoneNot Done (Sign it!)

Your Roles

@@ -33,14 +33,16 @@
  • ${groupdata[group].fedoraGroupDesc} (${group})
  • ${groupdata[group].fedoraGroupDesc} (${group})
  • +