~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to apps/frontend/modules/admin/templates/_paramform.php

  • Committer: Chad Heuschober
  • Date: 2011-08-04 00:05:46 UTC
  • mto: (1.26.1 push-trunk)
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: chad.heuschober@mail.cuny.edu-20110804000546-4dqh6a7xrkrwccdh
Moved around some data fixtures to put the regular fixtures into more of a production-ready state.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
      <tr>
8
8
        <td colspan="2">
9
9
          <?php echo $paramform->renderHiddenFields(false) ?>
 
10
          <?php if (!$paramform->getObject()->isNew()): ?>
 
11
            &nbsp;
 
12
              <input type="submit" value="Delete" name="delete" class="deleteButton"/>
 
13
              <input type="hidden" value="<?php echo $paramform->getObject()->getId() ?>" name="deleteparam">
 
14
          <?php endif; ?>
10
15
          <input type="submit" value="Save" name="update" class="continueButton"/>
11
16
        </td>
12
17
      </tr>