Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | HTML validated setup_settings page |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | wolfgangFormat2CSS_2 |
| Files: | files | file ages | folders |
| SHA1: |
4a0178760963e9de0f045d3f6c04cef6 |
| User & Date: | wolfgang 2010-09-27 18:31:41.000 |
Context
|
2010-09-28
| ||
| 05:52 | leave notes in help for re/deconstruct about flat import( ticket [3f748ac12c] ) ... (check-in: 92f8cefcc8 user: Ratte tags: wolfgangFormat2CSS_2) | |
|
2010-09-27
| ||
| 18:31 | HTML validated setup_settings page ... (check-in: 4a01787609 user: wolfgang tags: wolfgangFormat2CSS_2) | |
| 18:12 | added setting to change name of the manifest files in the checkout Ticket [22a59e9a3455d8ecb] ... (check-in: 9978d2aba6 user: wolfgang tags: wolfgangFormat2CSS_2) | |
Changes
Changes to src/setup.c.
| ︙ | ︙ | |||
880 881 882 883 884 885 886 |
if( pSet->width==0 ){
onoff_attribute(pSet->name, pSet->name,
pSet->var!=0 ? pSet->var : pSet->name,
pSet->def[0]=='1');
@ <br />
}
}
| | | | | | 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 |
if( pSet->width==0 ){
onoff_attribute(pSet->name, pSet->name,
pSet->var!=0 ? pSet->var : pSet->name,
pSet->def[0]=='1');
@ <br />
}
}
@ </td><td style="width: 30;"></td><td valign="top">
for(pSet=ctrlSettings; pSet->name!=0; pSet++){
if( pSet->width!=0 ){
entry_attribute(pSet->name, /*pSet->width*/ 40, pSet->name,
pSet->var!=0 ? pSet->var : pSet->name,
(char*)pSet->def);
@ <br />
}
}
@ </td></tr></table>
@ <p><input type="submit" name="submit" value="Apply Changes" /></p>
@ </div></form>
@ <hr /><p>
@ These settings work in the same way, as the <kbd>set</kbd> commandline:<br />
@ </p><pre>%s(zHelp_setting_cmd)</pre>
db_end_transaction(0);
style_footer();
}
/*
** WEBPAGE: setup_config
*/
|
| ︙ | ︙ |