diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-22 20:19:05 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-22 20:19:05 -0700 |
commit | 2f60f7f8348956a8b0ab7379a91e9dc3ffb81d9d (patch) | |
tree | cccf2b45522adfa56167bb0ecb136f22b2c681aa /prosilver/template/mcp_notes_user.html | |
parent | 3895d7e01054a38dd40d1e35c97a6c46709b92a7 (diff) | |
download | forum-themes-master.tar.gz forum-themes-master.tar.bz2 forum-themes-master.tar.xz forum-themes-master.zip |
Diffstat (limited to 'prosilver/template/mcp_notes_user.html')
-rw-r--r-- | prosilver/template/mcp_notes_user.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prosilver/template/mcp_notes_user.html b/prosilver/template/mcp_notes_user.html index c7c089e..7e92445 100644 --- a/prosilver/template/mcp_notes_user.html +++ b/prosilver/template/mcp_notes_user.html @@ -78,7 +78,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 style="width: 5%; text-align: center;"><input type="checkbox" name="marknote[]" id="note-{usernotes.ID}" value="{usernotes.ID}" /></td><!-- ENDIF --> </tr> <!-- BEGINELSE --> <tr> |