kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2010-10-19 01:22 pm

[dw-free] missing string /manage/circle/filter.bml.title2

[commit: http://hg.dwscoalition.org/dw-free/rev/53089f426d2c]

http://bugs.dwscoalition.org/show_bug.cgi?id=3134

Display fixes for the /manage/circle page: CSS & missing string.

Patch by [personal profile] ninetydegrees.

Files modified:
  • htdocs/manage/circle/index.bml
--------------------------------------------------------------------------------
diff -r e559c979c3b1 -r 53089f426d2c htdocs/manage/circle/index.bml
--- a/htdocs/manage/circle/index.bml	Tue Oct 19 20:18:01 2010 +0800
+++ b/htdocs/manage/circle/index.bml	Tue Oct 19 08:22:00 2010 -0500
@@ -18,11 +18,14 @@ head<=
 head<=
 <style type="text/css">
 .name {
-	width: 10em;
-	text-align: right;
-	font-weight: bold;
-	vertical-align: top;
-	}
+    width: 13em;
+    text-align: right;
+    font-weight: bold;
+    vertical-align: top;
+    }
+table td {
+    padding: .2em .5em;
+    }
 </style>
 <=head
 
@@ -32,7 +35,7 @@ _code?>
 _code?>
 
 <?p <?_ml .about _ml?> p?>
-<table cellspacing='2' cellpadding='5' border='0'>
+<table>
 <tr>
   <td class='name'><a href="<?siteroot?>/manage/circle/invite"><?_ml .invite.title _ml?></a></td>
   <td><?_code BML::ml('.invite.about2', { sitename => $LJ::SITENAMESHORT }); _code?></td>
@@ -46,7 +49,7 @@ _code?>
   <td><?_ml .editgroups.about _ml?> <?_ml .filter _ml?></td>
 </tr>
 <tr>
-  <td class='name'><a href="<?siteroot?>/manage/circle/filter"><?_ml /manage/circle/filter.bml.title2 _ml?></a></td>
+  <td class='name'><a href="<?siteroot?>/manage/circle/filter"><?_ml /manage/circle/filter.bml.title3 _ml?></a></td>
   <td><?_ml .filter.about _ml?></td>
 </tr>
 </table>
--------------------------------------------------------------------------------