| 1 |
<?php |
<?php |
| 2 |
// $Id: biblio_theme.inc,v 1.24 2009/01/27 23:05:29 rhaschke Exp $ |
// $Id: biblio_theme.inc,v 1.25 2009/01/28 22:08:10 rjerome Exp $ |
| 3 |
/** |
/** |
| 4 |
* |
* |
| 5 |
* Copyright (C) 2006-2008 Ron Jerome |
* Copyright (C) 2006-2008 Ron Jerome |
| 400 |
* @return unknown_type |
* @return unknown_type |
| 401 |
*/ |
*/ |
| 402 |
function theme_biblio_admin_types_edit_form($form) { |
function theme_biblio_admin_types_edit_form($form) { |
| 403 |
drupal_add_tabledrag('field-table', 'order', 'sibling', 'weight', array('hidden' => false)); |
drupal_add_tabledrag('field-table', 'order', 'sibling', 'weight',NULL,NULL,false); |
| 404 |
|
|
| 405 |
$base = variable_get('biblio_base', 'biblio'); |
$base = variable_get('biblio_base', 'biblio'); |
| 406 |
$tid = (!empty ($form['#parameters'][2])) ? $form['#parameters'][2] : FALSE; |
$tid = (!empty ($form['#parameters'][2])) ? $form['#parameters'][2] : FALSE; |