X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Froomops.c;h=e49816b75e7607c848b13a4dc11ab64c53e39284;hb=50ad219614464de0fd2a64d2f924ec276fc4820a;hp=aa771800fda40ef06fd8741c77985f020099c401;hpb=ae626ef59fc92607e6b907631fe83fa3338ab3be;p=citadel.git diff --git a/webcit/roomops.c b/webcit/roomops.c index aa771800f..e49816b75 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -318,22 +318,6 @@ void embed_view_o_matic(StrBuf *Target, WCTemplputParams *TP) } -/* - * Display a search box - */ -void embed_search_o_matic(StrBuf *Target, WCTemplputParams *TP) -{ - wc_printf("
\n"); - wc_printf("
\n", WC->nonce); - wc_printf("serv_info->serv_fulltext_enabled ? "" : "disabled "); - wc_printf("type=\"text\" name=\"query\" id=\"srchquery\" size=\"15\" maxlength=\"128\" class=\"inputbox\">\n" - ); - wc_printf("
\n"); -} - /* * Embed the room banner @@ -409,7 +393,6 @@ void embed_room_banner(char *got, int navbar_style) { ); svcallback("ROOMINFO", readinfo); svcallback("VIEWOMATIC", embed_view_o_matic); - svcallback("SEARCHOMATIC", embed_search_o_matic); svcallback("START", offer_start_page); do_template("roombanner", NULL);