alternate_row_color() doesn't require you to pass it a value, you can call it without a value and it will return the new color

This commit is contained in:
jengo 2000-12-08 14:58:02 +00:00
parent 720d83df83
commit 447abe485b
2 changed files with 4 additions and 3 deletions

View File

@ -8,9 +8,9 @@
<tr bgcolor="{th_bg}">
<td> {sort_title} </td>
<td> {lang_edit} </td>
<td> {lang_delete} </td>
<td> {lang_enabled} </td>
<td>{lang_edit}</td>
<td>{lang_delete}</td>
<td>{lang_enabled}</td>
</tr>
{rows}

View File

@ -13,6 +13,7 @@
- Fixed denylogin form not display and converted it to a template.
- Added select box option for multiable domains in login.php
- Fixed proxy server support for headlines and check for new version on main screen.
- Fixed headlines preferences and converted headline preferences to a template
[0.9.7] - Fixed SQL error in tts
- Fixed table locking in admin -> edit account