Browse Source

Added new shortcut

Stephen Ficklin 9 years ago
parent
commit
f6b9c80fca
1 changed files with 8 additions and 3 deletions
  1. 8 3
      tripal_entities/tripal_entities.module

+ 8 - 3
tripal_entities/tripal_entities.module

@@ -105,17 +105,22 @@ function tripal_entities_shortcut_default_set($account) {
       array(
         'link_path' => 'BioData/add',
         'link_title' => 'Add Biological Data',
-        'weight' => -20,
+        'weight' => -23,
+      ),
+      array(
+        'link_path' => 'admin/content/BioData',
+        'link_title' => 'Find Biological Data',
+        'weight' => -22,
       ),
       array(
         'link_path' => 'node/add',
         'link_title' => $t('Add content'),
-        'weight' => -21,
+        'weight' => -20,
       ),
       array(
         'link_path' => 'admin/content',
         'link_title' => $t('Find content'),
-        'weight' => -22,
+        'weight' => -21,
       ),
     );
     shortcut_set_save($shortcut_set);