Skip to content

Commit

Permalink
XML import: fix page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Oct 27, 2013
1 parent a16fbf4 commit 8daa53f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/XmlImportExport/pages/import.php
Expand Up @@ -43,13 +43,13 @@


?> ?>


<div class="center"> <div class="table-container">
<form name="file_upload" method="post" enctype="multipart/form-data" action="<?php echo plugin_page( 'import_action' )?>"> <form name="file_upload" method="post" enctype="multipart/form-data" action="<?php echo plugin_page( 'import_action' )?>">
<?php echo form_security_field( 'plugin_xml_import_action' ) ?> <?php echo form_security_field( 'plugin_xml_import_action' ) ?>


<input type="hidden" name="project_id" value="<?php echo $t_project_id;?>" /> <input type="hidden" name="project_id" value="<?php echo $t_project_id;?>" />


<table class="width100"> <table>
<tr> <tr>
<td class="form-title" colspan="2"> <td class="form-title" colspan="2">
<?php <?php
Expand Down

0 comments on commit 8daa53f

Please sign in to comment.