~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/i2ce/modules/Pages/modules/MagicDataBrowser/templates/en_US/browser_value_node.html

  • Committer: litlfred at ibiblio
  • Date: 2009-10-26 13:55:16 UTC
  • Revision ID: litlfred@ibiblio.org-20091026135516-7er0260tad01febt
ihris suite updated to 4.0.1 pre-release...
follows that did not get added on the last attempt did this time... the problem is that bzr does not like to include branches in a sub-directory even if you add them in which 
  is how ihris-suite/lib/* was structed.  so i had to move ihris-suite/lib/*/.bzr to ihris-suite/lib/*/.bzr_dir to trick it
the site will now succesfully install.  have not attempted change the root drive letter yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<li >
 
2
  <span name='browser_magic_data_key'></span> => 
 
3
  <form method='POST' name='change_value_action'>
 
4
    <input type='hidden' name='caller' />
 
5
    <input name='browser_magic_data_value' type='text' size='25' />
 
6
    <input name='browser_magic_data_key' type='hidden' />
 
7
    <input type='submit' value='Set' />
 
8
  </form>
 
9
  <form method='POST' name='erase_action'>
 
10
    <input type='hidden' name='caller' />
 
11
    <input type='submit' value='Erase' onclick="if (confirm('Are you sure?')) {return true;} else {return false;}" />
 
12
  </form>
 
13
</li>
 
14