Fix padding on create-a-reddit page, and update language to reflect change in restricted permissions

This commit is contained in:
ketralnis
2008-06-26 11:03:00 -07:00
parent df1ac1acb6
commit 413fb20f0a

View File

@@ -48,7 +48,7 @@ function update_title() {
/>
<label for="${full_name}">${name}</label>
</td>
<td class="leftpad nopadding"><span class="gray">${text}</span></td>
<td class="leftpad"><span class="gray">${text}</span></td>
</tr>
</%def>
@@ -222,7 +222,7 @@ function update_title() {
<td colspan="2">
<table>
${radio_type(_("public"), _("anyone can view and submit"))}
${radio_type(_("restricted"), _("anyone can view, but only contributors can submit"))}
${radio_type(_("restricted"), _("anyone can view, but only contributors can submit links"))}
${radio_type(_("private"), _("only contributors can view and submit"))}
</table>
</td>