Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Updates to the submenu links for ticket views. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
f29a826666919a815afc967a4946e6ac |
| User & Date: | drh 2010-09-22 14:32:26.000 |
Context
|
2010-09-26
| ||
| 11:11 | Increased robustness of the XML markup parser. Ticket [675aaa3458199c8832c6879b43325ffb2fd62e75] ... (check-in: ee78a38128 user: drh tags: trunk) | |
| 09:29 | Merging from trunk. ... (check-in: f8f63dfad9 user: wolfgang tags: wolfgangFormat2CSS_2) | |
|
2010-09-24
| ||
| 17:07 | Merging from trunk. ... (check-in: e3292ef8c3 user: michael tags: ttmrichter-skins) | |
|
2010-09-22
| ||
| 14:32 | Updates to the submenu links for ticket views. ... (check-in: f29a826666 user: drh tags: trunk) | |
|
2010-09-19
| ||
| 00:56 | Corrections to the built-in help text for the "all" command. ... (check-in: 0183e1917f user: drh tags: trunk) | |
Changes
Changes to src/report.c.
| ︙ | ︙ | |||
905 906 907 908 909 910 911 |
count = 0;
if( !tabs ){
struct GenerateHTML sState;
db_multi_exec("PRAGMA empty_result_callbacks=ON");
style_submenu_element("Raw", "Raw",
| | | 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 |
count = 0;
if( !tabs ){
struct GenerateHTML sState;
db_multi_exec("PRAGMA empty_result_callbacks=ON");
style_submenu_element("Raw", "Raw",
"rptview?tablist=1&%h", PD("QUERY_STRING",""));
if( g.okAdmin
|| (g.okTktFmt && g.zLogin && zOwner && strcmp(g.zLogin,zOwner)==0) ){
style_submenu_element("Edit", "Edit", "rptedit?rn=%d", rn);
}
if( g.okTktFmt ){
style_submenu_element("SQL", "SQL", "rptsql?rn=%d",rn);
}
|
| ︙ | ︙ |