Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'origin/Release02x01'
  • Loading branch information
MichaelDaum committed Nov 22, 2016
2 parents b8a8dc4 + 36af452 commit 8f9028b
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions JQueryPlugin/data/System/JQueryPNotify.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1456220586" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1479806319" format="1.1" version="1"}%
%META:TOPICPARENT{name="JQueryPlugin"}%
---+ %TOPIC%
%JQPLUGINS{"pnotify"
Expand Down Expand Up @@ -74,11 +74,10 @@ The plugin uses the jQuery UI CSS library for styling, which means it is fully a
* <a href="#" class="pnotifyExample2">a simple info</a>
* <a href="#" class="pnotifyExample3">a success message</a>
* <a href="#" class="pnotifyExample4">an error message</a>
* %BUTTON{"a customized one" class="simple" onclick="showMessage('Note', 'This is a notification. Click again to see more.')"}%%CLEAR%
* <a href="#" onclick="showMessage('Note', 'This is a notification. Click again to see more.');return false;">a customized one</a>
* <a href="#" class="pnotifyExample5">an animated info message</a>

<literal>
<script>
%ADDTOZONE{"script" id="%TOPIC%" requires="JQUERYPLUGIN::PNOTIFY" text="<script type='text/javascript'>
var showMessage
jQuery(function($) {

Expand Down Expand Up @@ -152,12 +151,10 @@ jQuery(function($) {
$.pnotify(opts);
};
});
</script>
<style>
</script>"}%%ADDTOZONE{"head" id="%TOPIC%" text="<style type='text/css'>
.ui-pnotify.stack-topleft {
top: 15px;
left: 15px;
right: auto;
}
</style>
</literal>
</style>"}%

0 comments on commit 8f9028b

Please sign in to comment.