X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fde%2Fjot-header.tpl;h=58403f1ba65739d9268eb5349adf3cd9a25f9e53;hb=250d467f33b293ff40e8fc13b2c16a011b41a04a;hp=b687f65a69d70ee8512df188185f33c3021e22fc;hpb=a118f83ee23d9151157500737022db018e922a9f;p=friendica.git diff --git a/view/de/jot-header.tpl b/view/de/jot-header.tpl index b687f65a69..58403f1ba6 100644 --- a/view/de/jot-header.tpl +++ b/view/de/jot-header.tpl @@ -2,17 +2,20 @@ @@ -67,17 +75,19 @@ tinyMCE.init({ $('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() { selstr = $(this).text(); $('#profile-jot-perms img').attr('src', 'images/lock_icon.gif'); - + $('.profile-jot-net input').attr('disabled', 'disabled'); }); - if(selstr == null) + if(selstr == null) { $('#profile-jot-perms img').attr('src', 'images/unlock_icon.gif'); + $('.profile-jot-net input').attr('disabled', false); + } }).trigger('change'); }); function jotGetLink() { - reply = prompt("Please enter a link URL:"); + reply = prompt("Bitte URL des Links angeben:"); if(reply && reply.length) { $('#profile-rotator').show(); $.get('parse_url?url=' + reply, function(data) { @@ -88,14 +98,14 @@ tinyMCE.init({ } function jotGetVideo() { - reply = prompt("Please enter a YouTube link:"); + reply = prompt("Bitte den YouTube Link angeben:"); if(reply && reply.length) { tinyMCE.execCommand('mceInsertRawHTML',false,'[youtube]' + reply + '[/youtube]'); } } function jotGetLocation() { - reply = prompt("Where are you right now?", $('#jot-location').val()); + reply = prompt("Wo bist du im Moment?", $('#jot-location').val()); if(reply && reply.length) { $('#jot-location').val(reply); }