diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-27 15:04:54 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-27 15:04:54 +0000 |
| commit | 266797fddf049d89923d9885cfecd022d9875fb3 (patch) | |
| tree | d997e17446799f149c399b2c7848ebf44471e67b /phpBB/styles | |
| parent | 9ee570aebd300a89daffc67e24d3e33caee4653e (diff) | |
| download | forums-266797fddf049d89923d9885cfecd022d9875fb3.tar forums-266797fddf049d89923d9885cfecd022d9875fb3.tar.gz forums-266797fddf049d89923d9885cfecd022d9875fb3.tar.bz2 forums-266797fddf049d89923d9885cfecd022d9875fb3.tar.xz forums-266797fddf049d89923d9885cfecd022d9875fb3.zip | |
#10163
git-svn-id: file:///svn/phpbb/trunk@7411 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_notes_user.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_notes_user.html b/phpBB/styles/prosilver/template/mcp_notes_user.html index 1be69178dd..817c7d235b 100644 --- a/phpBB/styles/prosilver/template/mcp_notes_user.html +++ b/phpBB/styles/prosilver/template/mcp_notes_user.html @@ -74,7 +74,7 @@ <td style="text-align: center">{usernotes.REPORT_AT}</td> <td>{usernotes.ACTION}</td> - <!-- IF S_CLEAR_ALLOWED --><td width="5%" align="center"><input type="checkbox" name="marknote[]" id="note-{usernotes.ID}"value="{usernotes.ID}" /></td><!-- ENDIF --> + <!-- IF S_CLEAR_ALLOWED --><td width="5%" align="center"><input type="checkbox" name="marknote[]" id="note-{usernotes.ID}" value="{usernotes.ID}" /></td><!-- ENDIF --> </tr> <!-- BEGINELSE --> <tr> |
