Added box identifier for static boxes
authorMarcel Werk <burntime@woltlab.com>
Mon, 13 Nov 2017 12:26:56 +0000 (13:26 +0100)
committerMarcel Werk <burntime@woltlab.com>
Mon, 13 Nov 2017 12:26:56 +0000 (13:26 +0100)
com.woltlab.wcf/templates/deletedContentList.tpl
com.woltlab.wcf/templates/membersList.tpl
com.woltlab.wcf/templates/moderationList.tpl
com.woltlab.wcf/templates/tagged.tpl
com.woltlab.wcf/templates/userMenuSidebar.tpl
com.woltlab.wcf/templates/userSidebar.tpl
com.woltlab.wcf/templates/usersOnlineInfoBox.tpl
com.woltlab.wcf/templates/usersOnlineList.tpl

index faee7ebb50a1912d35857ed0aaee60094412ee04..97ead3b84e1bf173731bbdbde250818869e2ac7d 100644 (file)
@@ -1,7 +1,7 @@
 {capture assign='pageTitle'}{lang}wcf.moderation.deletedContent.{@$objectType}{/lang}{/capture}
 
 {capture assign='sidebarLeft'}
-       <section class="box">
+       <section class="box" data-static-box-identifier="com.woltlab.wcf.DeletedContentListMenu">
                <h2 class="boxTitle">{lang}wcf.moderation.deletedContent.objectTypes{/lang}</h2>
                
                <div class="boxContent">
index bcb0c9f26c36469b54b93a1dd68a59dc1ef7a0cb..a432e2b77ea479ce52b2baa4be49fef1b42e48e9 100644 (file)
@@ -32,7 +32,7 @@
                </form>
        </section>
        
-       <section class="box">
+       <section class="box" data-static-box-identifier="com.woltlab.wcf.MembersListLetters">
                <h2 class="boxTitle">{lang}wcf.user.members.sort.letters{/lang}</h2>
                
                <div class="boxContent">
@@ -45,7 +45,7 @@
                </div>
        </section>
        
-       <section class="box">
+       <section class="box" data-static-box-identifier="com.woltlab.wcf.MembersListSorting">
                <form method="post" action="{if $searchID}{link controller='MembersList' id=$searchID}{/link}{else}{link controller='MembersList'}{/link}{/if}">
                        <h2 class="boxTitle">{lang}wcf.user.members.sort{/lang}</h2>
                        
index 0913d17b7f9fe56f516b171e33ad37341d1b8500..d73302ba70ecaad18a979f0e83cd220883176304 100644 (file)
@@ -3,7 +3,7 @@
 {capture assign='contentTitle'}{if $status == 2}{lang}wcf.moderation.doneItems{/lang}{else}{lang}wcf.moderation.outstandingItems{/lang}{/if} <span class="badge">{#$items}</span>{/capture}
 
 {capture assign='sidebarRight'}
-       <section class="box">
+       <section class="box" data-static-box-identifier="com.woltlab.wcf.ModerationListFilters">
                {* moderation type *}
                <h2 class="boxTitle">{lang}wcf.moderation.filterByType{/lang}</h2>
                
index 1bafd31a279d5a1b43766b389fd32f8c5ca9bac0..540169499a1b0ac844cb369a4c193b048ae61058 100644 (file)
@@ -13,7 +13,7 @@
 {/capture}
 
 {capture assign='sidebarLeft'}
-       <section class="box">
+       <section class="box" data-static-box-identifier="com.woltlab.wcf.TaggedMenu">
                <h2 class="boxTitle">{lang}wcf.tagging.objectTypes{/lang}</h2>
                
                <nav class="boxContent">
@@ -25,7 +25,7 @@
                </nav>
        </section>
        
-       <section class="box">
+       <section class="box" data-static-box-identifier="com.woltlab.wcf.TaggedTagCloud">
                <h2 class="boxTitle">{lang}wcf.tagging.tags{/lang}</h2>
                
                <div class="boxContent">
index b44a6d6f55e35216876a8354b35e00b02638304e..964ca303f949642e80a4d538483c1c65ee3504af 100644 (file)
@@ -10,7 +10,7 @@
                });
        </script>
        
-       <section class="box">
+       <section class="box" data-static-box-identifier="com.woltlab.wcf.UserMenu">
                {foreach from=$__wcf->getUserMenu()->getMenuItems('') item=menuCategory}
                        <h2 class="boxTitle">{lang}{$menuCategory->menuItem}{/lang}</h2>
                        
index 1777068eb2f2ce6a2b9e0e2c2e2ef0621804f8ba..218b0a959680100808c475c3e080f738b03222bf 100644 (file)
@@ -1,6 +1,6 @@
 {if !$user->isProtected()}
        {if $followingCount}
-               <section class="box">
+               <section class="box" data-static-box-identifier="com.woltlab.wcf.UserProfileFollowing">
                        <h2 class="boxTitle">{lang}wcf.user.profile.following{/lang} <span class="badge">{#$followingCount}</span></h2>
                        
                        <div class="boxContent">
@@ -18,7 +18,7 @@
        {/if}
        
        {if $followerCount}
-               <section class="box">
+               <section class="box" data-static-box-identifier="com.woltlab.wcf.UserProfileFollowers">
                        <h2 class="boxTitle">{lang}wcf.user.profile.followers{/lang} <span class="badge">{#$followerCount}</span></h2>
                        
                        <div class="boxContent">
@@ -36,7 +36,7 @@
        {/if}
        
        {if $visitorCount}
-               <section class="box">
+               <section class="box" data-static-box-identifier="com.woltlab.wcf.UserProfileVisitors">
                        <h2 class="boxTitle">{lang}wcf.user.profile.visitors{/lang} <span class="badge">{#$visitorCount}</span></h2>
                        
                        <div class="boxContent">
index 53251812ade7b83a7293d78e1f8cff5e79c089d9..1fb2b929ceb0820843f8fc880c236d4bd4d1335a 100644 (file)
@@ -1,6 +1,6 @@
 {if !$usersOnlineShowRecord|isset}{assign var='usersOnlineShowRecord' value=true}{/if}
 {if MODULE_USERS_ONLINE && $__wcf->session->getPermission('user.profile.canViewUsersOnlineList') && $usersOnlineList->stats[total]}
-       <section class="box">
+       <section class="box" data-static-box-identifier="com.woltlab.wcf.UsersOnlineInfo">
                <h2 class="boxTitle"><a href="{link controller='UsersOnlineList'}{/link}">{lang}wcf.user.usersOnline{/lang}</a> <span class="badge">{#$usersOnlineList->stats[total]}</span></h2>
                
                <div class="boxContent">
index fb8118d3996b4f2de839d46e09b6e36eb73b1efb..74b9e005065fc1dfc87df84b45bc797d6d7ea0e5 100644 (file)
@@ -9,7 +9,7 @@
 {/capture}
 
 {capture assign='sidebarRight'}
-       <section class="box">
+       <section class="box" data-static-box-identifier="com.woltlab.wcf.UsersOnlineListSorting">
                <form method="post" action="{link controller='UsersOnlineList'}{/link}">
                        <h2 class="boxTitle">{lang}wcf.user.members.sort{/lang}</h2>
                                
@@ -41,7 +41,7 @@
                </form>
        </section>
        
-       <section class="box">
+       <section class="box" data-static-box-identifier="com.woltlab.wcf.UsersOnlineListInfo">
                <h2 class="boxTitle">{lang}wcf.user.usersOnline{/lang}</h2>
                
                <div class="boxContent">