Skip to content

Commit

Permalink
Item9891: Update jquery nyroModal lib in configure
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@9740 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Oct 25, 2010
1 parent 5953fb1 commit ac6e386
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
11 changes: 0 additions & 11 deletions core/lib/Foswiki/Configure/resources/jquery.nyroModal-1.5.5.min.js

This file was deleted.

Expand Up @@ -7,7 +7,7 @@ div#nyroModalLoading {
width: 150px;
height: 150px;
text-indent: -9999em;
background: #fff url(%SCRIPTNAME%?action=resource;resource=ajaxLoader.gif) no-repeat;
background: #fff url(../img/ajaxLoader.gif) no-repeat;
background-position: center;
}
div#nyroModalLoading.error {
Expand All @@ -26,12 +26,12 @@ div#nyroModalWrapper {
a#closeBut {
position: absolute;
display: block;
top: -18px;
right: -18px;
width: 17px;
height: 17px;
top: -13px;
right: -13px;
width: 12px;
height: 12px;
text-indent: -9999em;
background: url(%SCRIPTNAME%?action=resource;resource=close.gif) no-repeat;
background: url(../img/close.gif) no-repeat;
outline: 0;
}
h1#nyroModalTitle {
Expand Down Expand Up @@ -94,12 +94,12 @@ a.nyroModalPrev {
left: 0;
}
a.nyroModalPrev:hover {
background-image: url(%SCRIPTNAME%?action=resource;resource=prev.gif);
background-image: url(../img/prev.gif);
}
a.nyroModalNext {
right: 0;
background-position: right 20%;
}
a.nyroModalNext:hover {
background-image: url(%SCRIPTNAME%?action=resource;resource=next.gif);
background-image: url(../img/next.gif);
}
11 changes: 11 additions & 0 deletions core/lib/Foswiki/Configure/resources/jquery.nyroModal-1.6.2.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/lib/Foswiki/Configure/templates/pagebegin.tmpl
Expand Up @@ -15,15 +15,15 @@
%INCLUDE{base.css}%
%INCLUDE{styles.css}%
%INCLUDE{pattern.css}%
%INCLUDE{jquery.nyroModal.css}%
%INCLUDE{jquery.nyroModal-1.6.2.css}%
</style>
<script language="JavaScript" type="text/javascript">
//<![CDATA[
%INCLUDE{foswikiStyles.js}%
var styleText = '<style type="text/css" media="all">/* toggling visibility of blocks; show all blocks by removing the style configureShowOneSection from the body tag */ body.configureShowOneSection .configureToggleSection { display:none; } body.configureShowOneSection .configureShowSection { display:block; }<\/style>';
document.write(styleText);
%INCLUDE{jquery-1.3.2.js}%
%INCLUDE{jquery.nyroModal-1.5.5.min.js}%
%INCLUDE{jquery.nyroModal-1.6.2.min.js}%
%INCLUDE{scripts.js}%
//]]>
</script>
Expand Down
4 changes: 2 additions & 2 deletions core/lib/Foswiki/Contrib/core/MANIFEST
Expand Up @@ -594,8 +594,8 @@ lib/Foswiki/Configure/resources/icon_warn_white.gif 0444
lib/Foswiki/Configure/resources/icon_world.gif 0444
lib/Foswiki/Configure/resources/intro.html 0444
lib/Foswiki/Configure/resources/jquery-1.3.2.js 0444
lib/Foswiki/Configure/resources/jquery.nyroModal-1.5.5.min.js 0444
lib/Foswiki/Configure/resources/jquery.nyroModal.css 0444
lib/Foswiki/Configure/resources/jquery.nyroModal-1.6.2.min.js 0444
lib/Foswiki/Configure/resources/jquery.nyroModal-1.6.2.css 0444
lib/Foswiki/Configure/resources/legend.html 0444
lib/Foswiki/Configure/resources/next.gif 0444
lib/Foswiki/Configure/resources/pattern.css 0444
Expand Down

0 comments on commit ac6e386

Please sign in to comment.