Page 1 of 1

help ?add an extra button at the top of your subsonic page

PostPosted: Sun Jun 08, 2014 11:21 am
by appsfinder
hi i need help on add an extra button at the top of your subsonic page in Sandstorm" theme" and change to add my image and my text under the button. please can anyone help

Re: help ?add an extra button at the top of your subsonic pa

PostPosted: Sun Jun 08, 2014 2:59 pm
by appsfinder
its ok found how to do it needed to edit

top.jsp

line 16 add e.g.
<fmt:message key="top.sync" var="sync"/>

line 61 add e.g.
<td style="min-width:4em;padding-right:2em;text-align: center">
<a href="musicFolderSettings.view?scanNow" target="main"><img src="../icons/default_light/sync.png" title="${sync}" alt="${sync}"></a><br>
<a href="musicFolderSettings.view?scanNow" target="main">${sync}</a>
</td>

then edit ResourceBundle.properties
line 64 add e.g.
top.sync = Sync
Image

then restart Subsonic all done.