]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/room/edit/tab_feed.html
Add a 'go' value to the 'edit room configuration' tab so it automatically selects...
[citadel.git] / webcit / static / t / room / edit / tab_feed.html
index 9a5e1e286ce99c0e813faf6a27126330dea32fc2..99242fb74aa978f45f0dc5a3ee5b5d6bb20671bc 100644 (file)
        <table class="altern" border="0" cellpadding="5">
                <tr class="even">
                        <th>
-                               <img src="static/rss_16x.png" width="16" height="16" alt=" " /> 
+                               <img src="static/webcit_icons/essen/16x16/rss.png" alt=" " /> 
                                <?_("Feed URL")>
                        </th>
                        <th></th>
                </tr>
                <?ITERATE("ITERATE:THISROOM:GNET", ="room_edit_rssclient_removal", 0, 0, -1, #"rssclient")>
                        <tr>
-                               <td><input type="text" id="add_as_rssclient" size="72" maxlength="256" name="line_rsshost" /></td>
+                               <td><input type="text" id="add_as_rssclient" size="72" maxlength="256" name="line_pop3host" /></td>
                                <td><input type="submit" name="add_button" value="<?_("Add")>" /></td>
                        </tr>
        </table>