93 | | <td height="34" valign="top"><input type="submit" name="submit" value="Update" class="comment-button"></td> |
| 93 | <td height="34" valign="top"><input type="submit" name="submit" value="UpdateValue" class="comment-button"></td> |
| 94 | </form> |
| 95 | </tr> |
| 96 | {/if} |
| 97 | {if $admin and $i.slotID < 4 and $fixSlot} |
| 98 | <tr class="kb-table-row-even"> |
| 99 | <form method="post" action=""> |
| 100 | <td height="34" colspan="3" valign="top"> |
| 101 | <div align="right"> |
| 102 | Fix slot: |
| 103 | <input name="IID" value="{$i.itemID}" type="hidden"> |
| 104 | <input name="KID" value="{$KillId}" type="hidden"> |
| 105 | <input name="TYPE" value="destroyed" type="hidden"> |
| 106 | <input name="OLDSLOT" value="{$i.slotID}" type="hidden"> |
| 107 | <input name="{$i.itemID}" type="text" class="comment-button" value="{$i.slotID}" size="6"> |
| 108 | </div> |
| 109 | <td height="34" valign="top"><input type="submit" name="submit" value="UpdateSlot" class="comment-button"></td> |
| 137 | </form> |
| 138 | </tr> |
| 139 | {/if} |
| 140 | {if $admin and $i.slotID < 4 and $fixSlot} |
| 141 | <tr class="kb-table-row-even"> |
| 142 | <form method="post" action=""> |
| 143 | <td height="34" colspan="3" valign="top"> |
| 144 | <div align="right"> |
| 145 | Fix slot: |
| 146 | <input name="IID" value="{$i.itemID}" type="hidden"> |
| 147 | <input name="KID" value="{$KillId}" type="hidden"> |
| 148 | <input name="TYPE" value="dropped" type="hidden"> |
| 149 | <input name="OLDSLOT" value="{$i.slotID}" type="hidden"> |
| 150 | <input name="{$i.itemID}" type="text" class="comment-button" value="{$i.slotID}" size="6"> |
| 151 | </div> |
| 152 | <td height="34" valign="top"><input type="submit" name="submit" value="UpdateSlot" class="comment-button"></td> |