Created
August 17, 2011 12:03
-
-
Save tomasfejfar/1151408 to your computer and use it in GitHub Desktop.
CZC Beta
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oxy.layout.right({}, function() { | |
out.printHtml('\n <div class="watchDogBox">\n '); | |
if (accountName != null) { | |
out.printHtml('\n <div class="popup_watcherNews">\n <a href="#" class="wd">Hlídací pes pro novinky v kategorii</a>\n '); | |
oxy.popup.insert({categoryId:( currentCategory.id),name:"watcherNews",expirationOptions:( expirationOptions)}); | |
out.printHtml('\n </div>\n '); | |
} else { | |
... | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment