X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ftestbubble%2Fsmarty3%2Fjot-header.tpl;h=6b082738def04738831c0ecc9c8dc197376f76f9;hb=a0e18a0ff8fbefaf5cb66a4d5c91fac1d45d5931;hp=67deaf8190a8b1cfe299f074d0ed923c6fe4a618;hpb=d4984bff8d4b63797cd1bc2904749f58d42530bc;p=friendica.git diff --git a/view/theme/testbubble/smarty3/jot-header.tpl b/view/theme/testbubble/smarty3/jot-header.tpl index 67deaf8190..6b082738de 100644 --- a/view/theme/testbubble/smarty3/jot-header.tpl +++ b/view/theme/testbubble/smarty3/jot-header.tpl @@ -19,9 +19,9 @@ function initEditor(cb) { $("#profile-jot-text").css({ 'height': 200, 'color': '#000' }); $(".jothidden").show(); editor = true; - $("a#jot-perms-icon").fancybox({ - 'transitionIn' : 'elastic', - 'transitionOut' : 'elastic' + $("a#jot-perms-icon").colorbox({ + 'inline' : true, + 'transition' : 'elastic' }); $("#profile-jot-submit-wrapper").show(); {{if $newpost}} @@ -138,9 +138,9 @@ function initEditor(cb) { }); editor = true; // setup acl popup - $("a#jot-perms-icon").fancybox({ - 'transitionIn' : 'none', - 'transitionOut' : 'none' + $("a#jot-perms-icon").colorbox({ + 'inline' : true, + 'transition' : 'elastic' }); } else { if (typeof cb!="undefined") cb(); @@ -320,7 +320,7 @@ function initEditor(cb) { var bordercolor = $("input").css("border-color"); $.get('filer/', function(data){ - $.fancybox(data); + $.colorbox({html:data}); $("#id_term").keypress(function(){ $(this).css("border-color",bordercolor); }) @@ -338,7 +338,7 @@ function initEditor(cb) { if(timer) clearTimeout(timer); timer = setTimeout(NavUpdate,3000); liking = 1; - $.fancybox.close(); + $.colorbox.close(); } else { $("#id_term").css("border-color","#FF0000"); }