Fossil SCM
Somewhat better layout: Putting text-field title first, above the text-field.
Commit
3546a84c1fdeba33ccf6183cad13aa1290e4000c
Parent
f96894a54adea25…
1 file changed
+3
-2
+3
-2
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -1207,14 +1207,15 @@ | ||
| 1207 | 1207 | } |
| 1208 | 1208 | } |
| 1209 | 1209 | @ </td><td style="width:50px;"></td><td valign="top"> |
| 1210 | 1210 | for(pSet=ctrlSettings; pSet->name!=0; pSet++){ |
| 1211 | 1211 | if( pSet->width!=0 && pSet->versionable){ |
| 1212 | - textarea_attribute(pSet->name, /*rows*/ 3, /*cols*/ 20, pSet->name, | |
| 1212 | + @<b>%s(pSet->name)</b> (v)<br /> | |
| 1213 | + textarea_attribute("", /*rows*/ 3, /*cols*/ 20, pSet->name, | |
| 1213 | 1214 | pSet->var!=0 ? pSet->var : pSet->name, |
| 1214 | 1215 | (char*)pSet->def); |
| 1215 | - @ (v)<br /> | |
| 1216 | + @<br /> | |
| 1216 | 1217 | } |
| 1217 | 1218 | } |
| 1218 | 1219 | @ </td></tr></table> |
| 1219 | 1220 | @ <p><input type="submit" name="submit" value="Apply Changes" /></p> |
| 1220 | 1221 | @ </div></form> |
| 1221 | 1222 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1207,14 +1207,15 @@ | |
| 1207 | } |
| 1208 | } |
| 1209 | @ </td><td style="width:50px;"></td><td valign="top"> |
| 1210 | for(pSet=ctrlSettings; pSet->name!=0; pSet++){ |
| 1211 | if( pSet->width!=0 && pSet->versionable){ |
| 1212 | textarea_attribute(pSet->name, /*rows*/ 3, /*cols*/ 20, pSet->name, |
| 1213 | pSet->var!=0 ? pSet->var : pSet->name, |
| 1214 | (char*)pSet->def); |
| 1215 | @ (v)<br /> |
| 1216 | } |
| 1217 | } |
| 1218 | @ </td></tr></table> |
| 1219 | @ <p><input type="submit" name="submit" value="Apply Changes" /></p> |
| 1220 | @ </div></form> |
| 1221 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1207,14 +1207,15 @@ | |
| 1207 | } |
| 1208 | } |
| 1209 | @ </td><td style="width:50px;"></td><td valign="top"> |
| 1210 | for(pSet=ctrlSettings; pSet->name!=0; pSet++){ |
| 1211 | if( pSet->width!=0 && pSet->versionable){ |
| 1212 | @<b>%s(pSet->name)</b> (v)<br /> |
| 1213 | textarea_attribute("", /*rows*/ 3, /*cols*/ 20, pSet->name, |
| 1214 | pSet->var!=0 ? pSet->var : pSet->name, |
| 1215 | (char*)pSet->def); |
| 1216 | @<br /> |
| 1217 | } |
| 1218 | } |
| 1219 | @ </td></tr></table> |
| 1220 | @ <p><input type="submit" name="submit" value="Apply Changes" /></p> |
| 1221 | @ </div></form> |
| 1222 |