]> git.mxchange.org Git - friendica.git/commitdiff
Added div#pause to themes' default.php
authorAndrej Stieben <e-mail@stieben.de>
Tue, 9 Feb 2016 15:41:19 +0000 (16:41 +0100)
committerAndrej Stieben <e-mail@stieben.de>
Tue, 9 Feb 2016 15:41:19 +0000 (16:41 +0100)
As requested by @tobiasd and @rabuzarus.

view/theme/frost-mobile/default.php
view/theme/frost/default.php
view/theme/smoothly/default.php

index ad464760f74156ed93df0dcb311582e914612088..3a424ad5f4ca152643850483985199926bcdb763 100644 (file)
@@ -28,7 +28,9 @@
 <!--           <div class='main-content-container'>-->\r
                <div class='section-wrapper'>\r
                <?php if( ($a->module === 'settings' || $a->module === 'message' || $a->module === 'profile') && x($page,'aside')) echo $page['aside']; ?>\r
-               <section><?php if(x($page,'content')) echo $page['content']; ?>\r
+               <section>\r
+                       <?php if(x($page,'content')) echo $page['content']; ?>\r
+                       <div id="pause"></div> <!-- The pause/resume Ajax indicator -->\r
                        <div id="page-footer"></div>\r
                </section>\r
                </div>\r
@@ -41,4 +43,3 @@
        <?php if(x($page,'end')) echo $page['end']; ?>\r
 </body>\r
 </html>\r
-\r
index 95a9b1e8c7b7403e4adc1362f1c9101811c94e61..c379955f7968cdc61533d22f1469f1b7782b01f1 100644 (file)
@@ -28,7 +28,9 @@
                <!--<div class='main-content-loading'><img src="/view/theme/frost/images/ajax-loader.gif" alt="Please wait..."></div>-->\r
                <div class='main-content-container'>\r
                <aside><?php if(x($page,'aside')) echo $page['aside']; ?></aside>\r
-               <section><?php if(x($page,'content')) echo $page['content']; ?>\r
+               <section>\r
+                       <?php if(x($page,'content')) echo $page['content']; ?>\r
+                       <div id="pause"></div> <!-- The pause/resume Ajax indicator -->\r
                        <div id="page-footer"></div>\r
                </section>\r
                <right_aside><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></right_aside>\r
@@ -39,4 +41,3 @@
        <?php if(x($page,'end')) echo $page['end']; ?>\r
 </body>\r
 </html>\r
-\r
index 9ac49820aad7cfd205a59deb16788f22d701d621..405e1cad34c4461b1f268bd1072a098ca6ad28c5 100644 (file)
@@ -19,7 +19,9 @@
 
        <aside><?php if(x($page,'aside')) echo $page['aside']; ?></aside>
 
-       <section><?php if(x($page,'content')) echo $page['content']; ?>
+       <section>
+               <?php if(x($page,'content')) echo $page['content']; ?>
+               <div id="pause"></div> <!-- The pause/resume Ajax indicator -->
                <div id="page-footer"></div>
        </section>
 
@@ -41,4 +43,3 @@
        <?php if (x($page, 'bottom')) echo $page['bottom']; ?>
 </body>
 </html>
-