~spirit55555/pluck-cms/message-system

« back to all changes in this revision

Viewing changes to data/inc/modules_install.php

  • Committer: Anders Jørgensen
  • Date: 2010-03-21 14:16:08 UTC
  • Revision ID: spirit55555@gmail.com-20100321141608-bze1bkivu3i6ri6s
Even more cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
<p>
19
19
        <strong><?php echo $lang['modules_install']['message']; ?></strong>
20
20
</p>
21
 
<div class="menudiv" style="width: 500px;">
 
21
<div class="menudiv" style="display: inline-block; margin-top: 0;">
22
22
        <span>
23
23
                <img src="data/image/install.png" alt="" />
24
24
        </span>
25
 
        <div style="display: inline-block;">
26
 
                <form method="post" action="" enctype="multipart/form-data">
27
 
                        <input type="file" name="sendfile" />
28
 
                        <input type="submit" name="submit" value="<?php echo $lang['general']['upload']; ?>" />
29
 
                </form>
30
 
        </div>
 
25
        <form method="post" action="" enctype="multipart/form-data" style="display: inline-block;">
 
26
                <input type="file" name="sendfile" />
 
27
                <input type="submit" name="submit" value="<?php echo $lang['general']['upload']; ?>" />
 
28
        </form>
31
29
</div>
32
30
<p>
33
31
        <a href="?action=managemodules">&lt;&lt;&lt; <?php echo $lang['general']['back']; ?></a>
34
32
</p>
35
 
 
36
33
<?php
37
34
if (isset($_POST ['submit'])) {
38
35
        //If no file has been sent.