1
|
1 |
<div id="poststuff" class="dlm"> |
|
2 |
|
|
3 |
<form name="form0" method="post" action="<?php echo str_replace( '%7E', '~', $_SERVER['REQUEST_URI']); ?>" style="border:none;background:transparent;"> |
|
4 |
|
|
5 |
<?php include(MALLEABLE . '/library/admin/general.php'); ?> |
|
6 |
|
|
7 |
<p class="submit"> |
|
8 |
<input type="submit" name="Submit" class="button-primary" value="<?php _e('Save Changes', 'hybrid' ) ?>" /> |
|
9 |
<input type="hidden" name="<?php echo $hidden_field_name; ?>" value="Y" /> |
|
10 |
</p> |
|
11 |
|
|
12 |
</form> |
|
13 |
|
|
14 |
</div> |
|
15 |
|
|
16 |
</div> |