Revision 2860
Added by sgarg about 19 years ago
lib/style/common/templates/loginForm.tmpl | ||
---|---|---|
87 | 87 |
<input type="hidden" name="cfg" value="[%cfg%]"> |
88 | 88 |
|
89 | 89 |
<table> |
90 |
[% IF submission == 'true' %]
|
|
90 |
[% IF message != '' %]
|
|
91 | 91 |
<tr valign="middle"> |
92 | 92 |
<td align="left" valign="middle" class="text_plain" colspan="2"> |
93 |
<p class="redbold">You must login to view your submissions</p>
|
|
93 |
<p class="redbold">[% message %]</p>
|
|
94 | 94 |
</br> |
95 | 95 |
</td> |
96 | 96 |
</tr> |
Also available in: Unified diff
Modified loginForm.tmpl so that specified message is displayed before the login form