Notifications
Clear all
Topic starter
More like an FYI.
In reviews.tpl in the default tpls folder, you have <div class="adminoptions">{adminoptions}</div>, and also apparently {adminoptions} is enclosed in the adminoptions class as part of the variable so you have in the source:
<div class="adminoptions"><div class="adminoptions"><span class='label'>Admin Options: </span> [<a href=""reviews.php?action=edit&reviewid=116">Edit</a>"] [<a href=""reviews.php?action=delete&reviewid=116">Delete</a>"] [<a href=""user.php?action=revres&reviewid=116">Respond</a>"]</div></div>
It's not really a big deal, but could cause some problems to people who use the reviewblock.tpl from the default_tpls folder then code some padding/margins in .adminoptions in their style sheet.
Posted : 25/01/2007 6:31 pm
Thanks. I'll fix this with the next update.
Posted : 25/01/2007 7:41 pm
