Skip to content

Commit

Permalink
renamed the "Submit" button
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezra Peisach committed Mar 17, 2024
1 parent 4f6ac02 commit 514c9c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wwpdb/apps/ann_tasks_v2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
__author__ = "Ezra Peisach"
__email__ = "[email protected]"
__license__ = "Apache 2.0"
__version__ = "0.37.1"
__version__ = "0.37.2"
3 changes: 2 additions & 1 deletion wwpdb/apps/ann_tasks_v2/utils/GetCovalentBond.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,11 @@ def __processCloseContactContent(self, jsonObj):
htmlTemplate = """
<input type="hidden" name="total_covalent_bond_num" value="%s" />
<table class="table table-borderedless width80">
<tr><th colspan="3">Select Links that you would like to remove and transform into close contacts and press “Delete Link(s)” button.</th></tr>
<tr>
<th><input id="covalent_bond_select_all" class="btn btn-primary my-task-form-submit" value="Select All" type="button"
onClick="select_close_contact_covalent_bond('update-covalent-bond-form', 'covalent_bond_', 'covalent_bond_select_all', '');" /></th>
<th><input id="covalent_bond_submit" class="btn btn-primary my-task-form-submit" value="Submit" type="submit" /></th>
<th><input id="covalent_bond_submit" class="btn btn-primary my-task-form-submit" value="Delete Link(s)" type="submit" /></th>
<th><input id="covalent_bond_exit" class="btn btn-primary my-task-form-submit" value="Exit" type="button"
onClick="exit_close_contact_covalent_bond_page();" /></th>
</tr>
Expand Down

0 comments on commit 514c9c6

Please sign in to comment.