Skip to content

Commit

Permalink
Item11264: use a real link for configure so the adin can see in the b…
Browse files Browse the repository at this point in the history
…rowser where clicking will take them, and add css to stop BUTTON from repeating the icon for the entire link (from reading the VarBUTTON this appears to be a bug in BUTTON)

git-svn-id: http://svn.foswiki.org/trunk@15494 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Oct 3, 2012
1 parent fd7c189 commit fb8bebd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions UpdatesPlugin/templates/updatesplugin.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
}%
</td>
<td>
%BUTTON{"%MAKETEXT{"Upgrade"}%" id="foswikiUpdatesPerform" icon="accept"}%
%BUTTON{"%MAKETEXT{"Ignore"}%" id="foswikiUpdatesIgnore" icon="cross"}%
<a href="%SCRIPTURL{configure}%"><img src='%ICONURL{choice-yes}%' /> %MAKETEXT{"Upgrade"}%</a>
%BUTTON{"%MAKETEXT{"Ignore for 7 days"}%" id="foswikiUpdatesIgnore" icon="cross"}%
%CLEAR%
</td>
</tr>
Expand All @@ -31,5 +31,10 @@
.foswikiUpdatesMessage td {
padding-right:1em;
}
.foswikiUpdatesMessage #foswikiUpdatesIgnore .jqButtonIcon {
background-repeat: no-repeat;
padding-left: 20px;
margin-left: 26px;
}
</style>
</literal>%TMPL:END%

0 comments on commit fb8bebd

Please sign in to comment.