]> git.mxchange.org Git - friendica.git/commitdiff
make profile-jot-desc track lock state changes
authorFriendika <info@friendika.com>
Fri, 29 Jul 2011 03:44:35 +0000 (20:44 -0700)
committerFriendika <info@friendika.com>
Fri, 29 Jul 2011 03:44:35 +0000 (20:44 -0700)
include/acl.js
view/theme/duepuntozero/style.css

index a0a1f5dd82d89e4ac3e62da3ae85a7dc5a2775dd..82b631ee9444f0a98f666a08b4e31010a1ccfb08 100644 (file)
@@ -153,6 +153,9 @@ ACL.prototype.updateview = function(){
                                $('#jot-perms-icon').removeClass('lock').addClass('unlock');
                                $('#jot-public').show();
                                $('.profile-jot-net input').attr('disabled', false);                    
+                               if(editor != false) {
+                                       $('#profile-jot-desc').html(ispublic);
+                               }
                        
        } else {
                        that.showall.removeClass("selected");
@@ -160,6 +163,7 @@ ACL.prototype.updateview = function(){
                                $('#jot-perms-icon').removeClass('unlock').addClass('lock');
                                $('#jot-public').hide();
                                $('.profile-jot-net input').attr('disabled', 'disabled');                       
+                               $('#profile-jot-desc').html('&nbsp;');
        }
        
        $("#acl-list-content .acl-list-item").each(function(){
index 28c1ce9a13aa1d69ce184d5823d0992cd2ad0034..3edc603f4019544b49a81744e2bedc8859ca19ad 100644 (file)
@@ -1487,6 +1487,7 @@ input#dfrn-url {
        height: 20px;
        color:#cccccc;
        border: 1px solid #cccccc;
+       padding: 3px 0px 0px 5px;
 }