]> code.citadel.org Git - citadel.git/commitdiff
Add the universal RSS icon to our feed config screen.
authorArt Cancro <ajc@citadel.org>
Fri, 2 Nov 2007 16:08:54 +0000 (16:08 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 2 Nov 2007 16:08:54 +0000 (16:08 +0000)
We've earned it.  :)

webcit/roomops.c
webcit/static/rss_16x.png [new file with mode: 0644]

index 891243959ed15f2ccf80f8e2488337671a0159c1..453e7e8c361069c1efb0191f831ed08b17704099 100644 (file)
@@ -1768,7 +1768,7 @@ void display_editroom(void)
 
                wprintf("<i>");
                wprintf(_("Retrieve messages from these remote POP3 accounts and store them in this room:"));
-               wprintf("</i><br /><br />\n");
+               wprintf("</i><br />\n");
 
                wprintf("<table border=0 cellpadding=5><tr class=\"tab_cell\"><td>");
                wprintf(_("Remote host"));
@@ -1839,9 +1839,10 @@ void display_editroom(void)
 
                wprintf("<i>");
                wprintf(_("Fetch the following RSS feeds and store them in this room:"));
-               wprintf("</i><br /><br />\n");
+               wprintf("</i><br />\n");
 
                wprintf("<table border=0 cellpadding=5><tr class=\"tab_cell\"><td>");
+               wprintf("<img src=\"static/rss_16x.png\" width=\"16\" height=\"16\" alt=\" \"> ");
                wprintf(_("Feed URL"));
                wprintf("</td><td>");
                wprintf("</td></tr>");
diff --git a/webcit/static/rss_16x.png b/webcit/static/rss_16x.png
new file mode 100644 (file)
index 0000000..e65fbf6
Binary files /dev/null and b/webcit/static/rss_16x.png differ