Remove the order box from the award info, the main table supports drag and drop.

This commit is contained in:
dave 2009-09-11 06:35:49 +00:00
parent 986b762f4e
commit 1c70110680

View File

@ -215,7 +215,6 @@ function update_awardinfo()
function(json){
$("#awardinfo_id").val(json.id);
$("#awardinfo_name").val(json.name);
$("#awardinfo_order").val(json.order);
$("#awardinfo_sponsors_id").val(json.sponsors_id);
$("#awardinfo_presenter").val(json.presenter);
$("#awardinfo_description").val(json.description);
@ -395,9 +394,7 @@ $(document).ready(function() {
<input type="hidden" name="id" id="awardinfo_id" value="0" />
<table class="tableedit">
<tr><td class="left"><?=i18n("Name")?>:</td>
<td class="right"><input class="translatable" type="text" id="awardinfo_name" name="name" value="Loading..." size="50" maxlength="128"> </td></tr>
<tr><td class="left"><?=i18n("Order")?>:</td>
<td class="right"><input type="text" id="awardinfo_order" name="order" value="" size="5" maxlength="5" />(<?=i18n("presentation order")?>)
<td class="right"><input class="translatable" type="text" id="awardinfo_name" name="name" value="Loading..." size="50" maxlength="128">
</td></tr>
<tr><td class="left"><?=i18n("Sponsor")?>:</td><td class="right">
<?