Differences From Artifact [daeb1a4e98]:
- File src/style.c — part of check-in [2dd295344e] at 2016-11-05 03:17:11 on branch trunk — Add missing close angle bracket omitted by previous commit (user: andygoth size: 47447)
To Artifact [4e44d56bd9]:
- File src/style.c — part of check-in [2929d5fced] at 2016-11-05 03:19:55 on branch trunk — Add explicit call to form submit() when changing a text entry so style_submenu_entry() can be used multiple times per page (user: andygoth size: 47479) [more...]
| ︙ | |||
556 557 558 559 560 561 562 | 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 | - + |
cgi_printf(" size='%d'", -aSubmenuCtrl[i].iSize);
}else if( aSubmenuCtrl[i].iSize>0 ){
cgi_printf(
" size='%d' maxlength='%d'",
aSubmenuCtrl[i].iSize, aSubmenuCtrl[i].iSize
);
}
|
| ︙ |