~spirit55555/pluck-cms/message-system

« back to all changes in this revision

Viewing changes to data/inc/editpage.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:
64
64
<form name="page_form" method="post" action="">
65
65
        <p>
66
66
                <label class="kop2" for="cont1"><?php echo $lang['general']['title']; ?></label>
67
 
                <br />
68
67
                <input name="cont1" id="cont1" type="text" value="<?php echo $title; ?>" />
69
68
        </p>
70
 
        <span class="kop2"><?php echo $lang['general']['contents']; ?></span>
71
 
        <br />
72
 
        <textarea class="tinymce" name="cont2" cols="70" rows="20"><?php echo htmlspecialchars($content) ?></textarea>
 
69
        <label class="kop2" for="cont2"><?php echo $lang['general']['contents']; ?></label>
 
70
        <textarea class="tinymce" name="cont2" id="cont2" cols="70" rows="20"><?php echo htmlspecialchars($content) ?></textarea>
73
71
        <div class="menudiv" style="width: 588px; margin-<?php if (DIRECTION_RTL) echo 'right'; else echo 'left'; ?>: 0;">
74
72
                <p class="kop2"><?php echo $lang['modules']['title']; ?></p>
75
73
                <p class="kop4" style="margin-bottom: 5px;"><?php echo $lang['page']['modules']; ?></p>