petites modifications pour l'affichage mtweb.0.9.5
authordj3c1t <dj3c1t@free.fr>
Sun, 30 Jun 2013 18:43:48 +0000 (20:43 +0200)
committerdj3c1t <dj3c1t@free.fr>
Sun, 30 Jun 2013 18:43:48 +0000 (20:43 +0200)
mw/app/out/default/template.php
mw/app/out/default/views/footer.php
mw/app/out/default/views/tinymce.init.js.php

index 8dded2d..8a48e08 100644 (file)
         "default" => 0,
         "text" => "Afficher la colonne"
       );
+      $out_config["mtweb_footer_link"] = array(
+        "type" => "checkbox",
+        "default" => 0,
+        "text" => "Afficher le lien mtweb dans le footer"
+      );
       return $out_config;
     }
 
index a5f368d..012622c 100644 (file)
@@ -17,5 +17,7 @@
 <?php endif; ?>
   <li><a href="<?php echo $this->url("users/identification/logout"); ?>">deconnexion</a></li>
 <?php endif; ?>
+<?php if($this->out_config("mtweb_footer_link")) : ?>
   <li><a href="http://mtweb.dj3c1t.com/">mtweb</a></li>
+<?php endif; ?>
 </ul>
index 8d8aa89..737c468 100644 (file)
     <?php endif; ?>\r
 \r
                // Drop lists for link/image/media/template dialogs\r
-               template_external_list_url : "lists/template_list.js",\r
-               external_link_list_url : "lists/link_list.js",\r
-               external_image_list_url : "lists/image_list.js",\r
-               media_external_list_url : "lists/media_list.js",\r
+//             template_external_list_url : "lists/template_list.js",\r
+//             external_link_list_url : "lists/link_list.js",\r
+//             external_image_list_url : "lists/image_list.js",\r
+//             media_external_list_url : "lists/media_list.js",\r
 
       file_browser_callback : "tinyBrowser",