diff options
| author | Graham Eames <grahamje@users.sourceforge.net> | 2005-12-10 23:08:02 +0000 |
|---|---|---|
| committer | Graham Eames <grahamje@users.sourceforge.net> | 2005-12-10 23:08:02 +0000 |
| commit | 85fdeda51cfcfb4b75923bbb339c02533e4b5a54 (patch) | |
| tree | 99f0eeb85eeab9c137d0cdc2c9b0086cd9a96bb2 /phpBB/styles/subSilver/template/mcp_notes_user.html | |
| parent | 877d71528d83d217d1f6b71428681dc4bc4c54f3 (diff) | |
| download | forums-85fdeda51cfcfb4b75923bbb339c02533e4b5a54.tar forums-85fdeda51cfcfb4b75923bbb339c02533e4b5a54.tar.gz forums-85fdeda51cfcfb4b75923bbb339c02533e4b5a54.tar.bz2 forums-85fdeda51cfcfb4b75923bbb339c02533e4b5a54.tar.xz forums-85fdeda51cfcfb4b75923bbb339c02533e4b5a54.zip | |
Initial commit of files related to the warning system
As the comments suggest, it's not finished but I'm getting it in before
I do things to my machine
git-svn-id: file:///svn/phpbb/trunk@5324 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_notes_user.html')
| -rwxr-xr-x | phpBB/styles/subSilver/template/mcp_notes_user.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_notes_user.html b/phpBB/styles/subSilver/template/mcp_notes_user.html index 8306f12e20..01e63e7759 100755 --- a/phpBB/styles/subSilver/template/mcp_notes_user.html +++ b/phpBB/styles/subSilver/template/mcp_notes_user.html @@ -38,6 +38,10 @@ <td class="gen" align="right" valign="top" nowrap="nowrap">{L_TOTAL_POSTS}: </td> <td><b class="gen">{POSTS}</b></td> </tr> + <tr> + <td class="gen" align="right" valign="top" nowrap="nowrap">{L_WARNINGS}: </td> + <td><b class="gen">{WARNINGS}</b></td> + </tr> </table></td> </tr> </table> |
