Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Add CSS style for transfer setup page errors. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | pushScript |
| Files: | files | file ages | folders |
| SHA1: |
0861811e7904f224959688d67bd7f6a3 |
| User & Date: | mistachkin 2012-01-18 07:35:32.260 |
Context
|
2012-01-18
| ||
| 11:12 | Merge updates from trunk. ... (check-in: a49e7cb636 user: mistachkin tags: pushScript) | |
| 07:35 | Add CSS style for transfer setup page errors. ... (check-in: 0861811e79 user: mistachkin tags: pushScript) | |
| 07:30 | Correct transfer common setup page description. ... (check-in: b5bf979976 user: mistachkin tags: pushScript) | |
Changes
Changes to src/style.c.
| ︙ | ︙ | |||
768 769 770 771 772 773 774 775 776 777 778 779 780 781 |
@ color: red;
},
{ "p.tktsetupError",
"format for tktsetup errors",
@ color: red;
@ font-weight: bold;
},
{ "p.thmainError",
"format for th script errors",
@ color: red;
@ font-weight: bold;
},
{ "span.thTrace",
"format for th script trace messages",
| > > > > > | 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 |
@ color: red;
},
{ "p.tktsetupError",
"format for tktsetup errors",
@ color: red;
@ font-weight: bold;
},
{ "p.xfersetupError",
"format for xfersetup errors",
@ color: red;
@ font-weight: bold;
},
{ "p.thmainError",
"format for th script errors",
@ color: red;
@ font-weight: bold;
},
{ "span.thTrace",
"format for th script trace messages",
|
| ︙ | ︙ |