]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Cleaned up some nav views
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 22 Feb 2011 01:29:26 +0000 (01:29 +0000)
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 22 Feb 2011 01:29:26 +0000 (01:29 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8405 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/navigation/listtype.php
views/default/navigation/topbar_tools.php

index 9b86df40c5ac04962acc1d252280bb300cae7a2c..e90667e8dbce6b1ffd30ac876aee3ac192c7576a 100644 (file)
@@ -22,7 +22,7 @@ if (substr_count($baseurl,'?')) {
 
 ?>
 
-<p class="margin-top">
+<p class="mtm">
        <?php echo elgg_echo("listtype:change") ?>:
        <a href="<?php echo $baseurl; ?>"><?php echo elgg_echo("listtype:{$listtype}"); ?></a>
 </p>
\ No newline at end of file
index 44cf4a63dcc23cc9c662a68e1419bc89c7551ef6..3351edc93cf4ff9bfdd7b2921f5b93a20d13e2f9 100644 (file)
@@ -4,5 +4,7 @@
  *
  * @package Elgg
  * @subpackage Core
- *
+ * 
+ * @deprecated 1.8 Extend the topbar menus or the page/elements/topbar view directly
  */
+elgg_deprecated_notice('navigation/topbar_tools was deprecated. Extend the topbar menus or the page/elements/topbar view directly', 1.8);
\ No newline at end of file