| | 61 | {if schiff.cargo.traeger} |
|---|
| | 62 | <form action="./ds" method="post"> |
|---|
| | 63 | <div> |
|---|
| | 64 | Automatisch starten:<br /> |
|---|
| | 65 | <input id="cargo_ops_startfighter" name="cargo_ops[startfighter]" type="checkbox" value="1" {if schiff.cargo.traeger.startfighter}checked="checked"{/endif} /> |
|---|
| | 66 | <label for="cargo_ops_startfighter">aktivieren</label> |
|---|
| | 67 | {!form_create_hidden plugin, ship:$ship.id, plugin:$global.pluginid} |
|---|
| | 68 | <input type="hidden" name="cargo_ops[setstartfighter]" value="1" /> |
|---|
| | 69 | <input type="submit" value="ok" /> |
|---|
| | 70 | </div> |
|---|
| | 71 | </form> |
|---|
| | 72 | {/endif} |
|---|