Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Merge branch 'save_in_properties_modal'
Browse files Browse the repository at this point in the history
  • Loading branch information
zalun committed Jan 4, 2011
2 parents 929bbad + edb59e8 commit b755bf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/jetpack/templates/_edit_package_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ <h3>Edit {{ revision.package.full_name }} info</h3>
</fieldset>
<div class="UI_Modal_Actions">
<ul>
<li><input type="submit" {#id='savenow'#} value="OK" class="submitModal"/></li>
{# id="savenow" is used to save data after edit #}
<li><input type="submit" id='savenow' value="Save" class="submitModal"/></li>
<li><input type="reset" value="Cancel" class="closeModal"/></li>
</ul>
</div>
Expand Down

0 comments on commit b755bf4

Please sign in to comment.