]> git.mxchange.org Git - friendica.git/commitdiff
Also change acl stuff in the other themes
authorOlaf Conradi <olaf@conradi.org>
Fri, 28 Dec 2012 22:51:40 +0000 (23:51 +0100)
committerOlaf Conradi <olaf@conradi.org>
Fri, 28 Dec 2012 22:51:40 +0000 (23:51 +0100)
view/theme/frost-mobile/acl_selector.tpl
view/theme/frost-mobile/js/acl.js
view/theme/frost-mobile/smarty3/acl_selector.tpl
view/theme/frost/acl_selector.tpl
view/theme/frost/js/acl.js
view/theme/frost/smarty3/acl_selector.tpl

index 327f18b65f8c1584b39c76cf970d6447f68a55fb..e79a6891a55dab93e3a93843d930294806c43a29 100644 (file)
@@ -9,7 +9,6 @@
 </div>
 
 <div class="acl-list-item" rel="acl-template" style="display:none">
-       <img src="{0}"><p>{1}</p>
        <a href="#" class='acl-button-show'>$show</a>
        <a href="#" class='acl-button-hide'>$hide</a>
 </div>
index 65b2d3829816f494743f2bdda54da7ce48dfff64..6feded6ab4b7e5bcb9a3a2aa07f217eac68513d8 100644 (file)
@@ -247,7 +247,7 @@ ACL.prototype.populate = function(data){
 /*     var height = Math.ceil(data.tot / that.nw) * 42;
        that.list_content.height(height);*/
        $j(data.items).each(function(){
-               html = "<div class='acl-list-item {4} {5}' title='{6}' id='{2}{3}'>"+that.item_tpl+"</div>";
+               html = "<div class='acl-list-item {4} {5}' title='{6}' id='{2}{3}'><img src='{0}'/><p>{1}</p>"+that.item_tpl+"</div>";
                html = html.format( this.photo, this.name, this.type, this.id, '', this.network, this.link );
                if (this.uids!=undefined) that.group_uids[this.id] = this.uids;
                //console.log(html);
index 5b330de9173a27af3f9a17fcb7f3ddcb3eb3cc2f..361bf8843a68cf1e76f17790cd94c7c005b3568b 100644 (file)
@@ -9,7 +9,6 @@
 </div>
 
 <div class="acl-list-item" rel="acl-template" style="display:none">
-       <img src="{0}"><p>{1}</p>
        <a href="#" class='acl-button-show'>{{$show}}</a>
        <a href="#" class='acl-button-hide'>{{$hide}}</a>
 </div>
index 327f18b65f8c1584b39c76cf970d6447f68a55fb..e79a6891a55dab93e3a93843d930294806c43a29 100644 (file)
@@ -9,7 +9,6 @@
 </div>
 
 <div class="acl-list-item" rel="acl-template" style="display:none">
-       <img src="{0}"><p>{1}</p>
        <a href="#" class='acl-button-show'>$show</a>
        <a href="#" class='acl-button-hide'>$hide</a>
 </div>
index 9675588af238a57d6cd65220425c49a0420072ac..0f080cfe134979df4aabe780b664d3e973a9f895 100644 (file)
@@ -247,7 +247,7 @@ ACL.prototype.populate = function(data){
        var height = Math.ceil(data.tot / that.nw) * 42;
        that.list_content.height(height);
        $j(data.items).each(function(){
-               html = "<div class='acl-list-item {4} {5}' title='{6}' id='{2}{3}'>"+that.item_tpl+"</div>";
+               html = "<div class='acl-list-item {4} {5}' title='{6}' id='{2}{3}'><img src='{0}'/><p>{1}</p>"+that.item_tpl+"</div>";
                html = html.format( this.photo, this.name, this.type, this.id, '', this.network, this.link );
                if (this.uids!=undefined) that.group_uids[this.id] = this.uids;
                //console.log(html);
index 5b330de9173a27af3f9a17fcb7f3ddcb3eb3cc2f..361bf8843a68cf1e76f17790cd94c7c005b3568b 100644 (file)
@@ -9,7 +9,6 @@
 </div>
 
 <div class="acl-list-item" rel="acl-template" style="display:none">
-       <img src="{0}"><p>{1}</p>
        <a href="#" class='acl-button-show'>{{$show}}</a>
        <a href="#" class='acl-button-hide'>{{$hide}}</a>
 </div>