diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-11-01 12:23:08 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-11-01 12:23:08 +0000 |
| commit | 6fa38a1181b25d85a37095026cc9e0a8cedc4e43 (patch) | |
| tree | 8d5f9fe8f503e6b9382a22d4d4754e63355ac602 /phpBB/templates/subSilver | |
| parent | 1a67029fcd2e9480bcc5d90992700d93974c983a (diff) | |
| download | forums-6fa38a1181b25d85a37095026cc9e0a8cedc4e43.tar forums-6fa38a1181b25d85a37095026cc9e0a8cedc4e43.tar.gz forums-6fa38a1181b25d85a37095026cc9e0a8cedc4e43.tar.bz2 forums-6fa38a1181b25d85a37095026cc9e0a8cedc4e43.tar.xz forums-6fa38a1181b25d85a37095026cc9e0a8cedc4e43.zip | |
Various, typically posting related updates
git-svn-id: file:///svn/phpbb/trunk@2997 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver')
| -rw-r--r-- | phpBB/templates/subSilver/subSilver.css | 2 | ||||
| -rw-r--r-- | phpBB/templates/subSilver/viewtopic_body.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/subSilver.css b/phpBB/templates/subSilver/subSilver.css index a6beb39a7f..074afe542a 100644 --- a/phpBB/templates/subSilver/subSilver.css +++ b/phpBB/templates/subSilver/subSilver.css @@ -4,6 +4,8 @@ http://www.subBlue.com */ +/* Protected classes used internally -DO NOT REMOVE!- */ +span.hilit {color:red;font-weight:bold} /* General page style. The scroll bar colours only visible in IE5.5+ */ body { diff --git a/phpBB/templates/subSilver/viewtopic_body.html b/phpBB/templates/subSilver/viewtopic_body.html index af4314ec23..d2a1480868 100644 --- a/phpBB/templates/subSilver/viewtopic_body.html +++ b/phpBB/templates/subSilver/viewtopic_body.html @@ -34,7 +34,7 @@ </table></td> </tr> <tr> - <td align="center"><input type="submit" name="submit" value="{L_SUBMIT_VOTE}" class="liteoption" /></td> + <td align="center"><input type="submit" name="castvote" value="{L_SUBMIT_VOTE}" class="liteoption" /></td> </tr> <tr> <td align="center"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}" class="gensmall">{L_VIEW_RESULTS}</a></b></span></td> |
