Skip to content

Commit

Permalink
fix issue JENKINS-8564 (No Icons for links)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.jenkins-ci.org/trunk/hudson/plugins/thinBackup@38690 71c3de6d-444a-0410-be80-ed276b4c234a
  • Loading branch information
tofuatjava committed Feb 13, 2011
1 parent f51b095 commit e8b9655
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -21,7 +21,7 @@
<st:include it="${app}" page="sidepanel.jelly"/>
<l:main-panel>
<h1>
<img src="${rootURL}${it.iconFileName}" alt=""/>
<img src="${rootURL}/${it.iconFileName}" alt=""/>
${it.displayName}
</h1>

Expand All @@ -30,17 +30,17 @@
<lu style="list-style-type:none;">
<li>
<h2><A href="backupManual">
<img src="/hudson/plugin/thinBackup/images/backup.png" alt=""/>
<img src="${rootURL}/plugin/thinBackup/images/backup.png" alt=""/>
Backup Now</A></h2>
</li>
<li>
<h2><A href="restoreOptions">
<img src="/hudson/plugin/thinBackup/images/restore.png" alt=""/>
<img src="${rootURL}/plugin/thinBackup/images/restore.png" alt=""/>
Restore</A></h2>
</li>
<li>
<h2><A href="backupsettings">
<img src="/hudson/plugin/thinBackup/images/settings.png" alt=""/>
<img src="${rootURL}/plugin/thinBackup/images/settings.png" alt=""/>
Settings</A></h2>
</li>
</lu>
Expand Down

0 comments on commit e8b9655

Please sign in to comment.