It's a small mod that increases the speed of quick adding smileys.
When there are a lot of smileys installed, it's a loss of time ever scroll the page to the bottom to click "Add new Smiley".
So I copied the <tr></tr>section that show the buttons also in the top of the page.
The file is /template/ca_aphrodite/admin/smile_list_body.tpl
Here is the piece of code to add after row 6 (between the first <form> tag anche the first <tr> tag):
- <tr>
- <td class="catBottom" colspan="6" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="add" value="{L_SMILEY_ADD}" class="mainoption" /> <input class="liteoption" type="submit" name="import_pack" value="{L_IMPORT_PACK}"> <input class="liteoption" type="submit" name="export_pack" value="{L_EXPORT_PACK}"></td>
- </tr>
I hope this will be useful!
