| | @@ -384,11 +384,11 @@ |
| 384 | 384 | @ <input type="submit" name="cancel" value="Cancel" /> |
| 385 | 385 | @ </div></form> |
| 386 | 386 | if( !isSandbox ){ |
| 387 | 387 | manifest_clear(&m); |
| 388 | 388 | } |
| 389 | | - style_footer(); |
| 389 | + style_footer_cmdref("wiki",0); |
| 390 | 390 | } |
| 391 | 391 | |
| 392 | 392 | /* |
| 393 | 393 | ** WEBPAGE: wikinew |
| 394 | 394 | ** URL /wikinew |
| | @@ -417,11 +417,11 @@ |
| 417 | 417 | @ </p></form> |
| 418 | 418 | if( zName[0] ){ |
| 419 | 419 | @ <p><span class="wikiError"> |
| 420 | 420 | @ "%h(zName)" is not a valid wiki page name!</span></p> |
| 421 | 421 | } |
| 422 | | - style_footer(); |
| 422 | + style_footer_cmdref("wiki","create"); |
| 423 | 423 | } |
| 424 | 424 | |
| 425 | 425 | |
| 426 | 426 | /* |
| 427 | 427 | ** Append the wiki text for an remark to the end of the given BLOB. |
| | @@ -603,11 +603,11 @@ |
| 603 | 603 | db_prepare(&q, zSQL); |
| 604 | 604 | free(zSQL); |
| 605 | 605 | zWikiPageName = zPageName; |
| 606 | 606 | www_print_timeline(&q, TIMELINE_ARTID, wiki_history_extra); |
| 607 | 607 | db_finalize(&q); |
| 608 | | - style_footer(); |
| 608 | + style_footer_cmdref("timeline",0); |
| 609 | 609 | } |
| 610 | 610 | |
| 611 | 611 | /* |
| 612 | 612 | ** WEBPAGE: wdiff |
| 613 | 613 | ** URL: /whistory?name=PAGENAME&a=RID1&b=RID2 |
| 614 | 614 | |