* start correcting syntax errors, resolve some todos
authorWilfried Göesgens <willi@citadel.org>
Sat, 31 Jul 2010 20:00:40 +0000 (20:00 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 31 Jul 2010 20:00:40 +0000 (20:00 +0000)
webcit/static/t/room/edit/tab_access.html
webcit/static/t/room/edit/tab_admin.html
webcit/static/t/room/edit/tab_config.html
webcit/static/t/room/edit/tab_listserv.html

index d50ee6b153b320568af64f4c8a4c2815a8dde5a0..cb78073784358d4cb81afd2b49f7513ff3767713 100644 (file)
@@ -24,7 +24,7 @@
                                                <input type="hidden" name="tab" value="access" />
                                                <input type="hidden" name="nonce" value="<?NONCE>">
                                                <?_("Invite:")>
-                                               <input type="text" name="username" id="username_id" style="width:100R"><br />"
+                                               <input type="text" name="username" id="username_id" style="width:100R"><br />
                                                <input type="hidden" name="invite_button" value="Invite" />
                                                <input type="submit" value="<?_("Invite")>" />
                                        </form>
index 0ea0f884c014626afb8f8fba61614449ccbcdc9e..e1175b16af292a8df7a0d4e3eca7c894c09653a9 100644 (file)
@@ -11,7 +11,7 @@
                        </a>
                </li>
                <li>
-                       <a href="display_editinfo"><?_("Edit this room's Info file")></a>
+                       <a href="display_editinfo"><?_("Edit this rooms Info file")></a>
                </li>
        </ul>
 </div>
index 4a827b26379a73b28b3c3838b27fdd206742f5ed..348056ef907a65efd72261899e46c59af4d13acf 100644 (file)
@@ -21,7 +21,7 @@
                                        <li>
                                                <!-- this COND checks against the value of (QR_PRIVATE + QR_MAILBOX)) == 0 -->
                                                <input type="radio" name="type" value="public" 
-                                               <?%("COND:THISROOM:FLAG:QR", 3, "14688", 1, 'disabled="disabled" >', ">")>
+                                               <?%("COND:THISROOM:FLAG:QR", 3, "14688", 1, 'disabled="disabled" ', "")>
                                                onChange="if (this.form.type[0].checked == true) { this.form.er_floor.disabled = false; }" />
                                                <?_("Public (automatically appears to everyone)")>
                                        </li>
index fc7327cf7db19a87551dc6568e22ec47f88c6d7a..fa770d5ca723c3e30d0f974af4a34e4496b2874c 100644 (file)
@@ -42,7 +42,7 @@
                        <table>
                                <tr>
                                        <td><?_("Allow self-service subscribe/unsubscribe requests.")></td>
-                                       <td><input type="checkbox" name="QR2_SelfList" value="yes" <?%("COND:THISROOM:FLAG:QR2", 20, #"QR2_SELFLIST", 1, 'checked="checked" ', "")> /></td> (is_selflist(&RoomFlags))?"checked":"
+                                       <td><input type="checkbox" name="QR2_SelfList" value="yes" <?%("COND:THISROOM:FLAG:QR2", 20, #"QR2_SELFLIST", 1, 'checked="checked" ', "")> /></td>
                                </tr>
                                <tr>
                                        <td colspan="2">
@@ -52,7 +52,7 @@
                                </tr>
                                <!-- Public posting? -->
                                <tr>
-                                       <td><?_("Allow non-subscribers to mail to this room.")></td> //// TODO: subonly / SMTP_PUBLIC??
+                                       <td><?_("Allow non-subscribers to mail to this room.")></td>
                                        <td><input type="checkbox" name="QR2_SubsOnly" value="yes" <?%("COND:THISROOM:FLAG:QR2", 20, #"QR2_SMTP_PUBLIC", 1, 'checked="checked" ', "")> /></td>
                                </tr>