소스 검색

Tripal Bulk Loader: Fixed create/edit template form and re-did menu system

Lacey Sanderson 11 년 전
부모
커밋
a117cf5e28
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      tripal_bulk_loader/theme/tripal_bulk_loader_modify_template_base_form.tpl.php

+ 0 - 2
tripal_bulk_loader/theme/tripal_bulk_loader_modify_template_base_form.tpl.php

@@ -21,8 +21,6 @@ td.tbl-action-field-links {
 <div id="tripal-bulk-loader-fields">
 <?php print drupal_render($form['template_name']); ?>
 
-<?php ddl($form, 'form in tpl'); ?>
-
 <!-- For each table display details in a draggable table -->
 <?php if (!$form['records']['no_records']['#value']) { ?>
   <fieldset><legend><?php print $form['records']['#title']; ?></legend>