Revision 944
Added by Matthias almost 16 years ago
intro.php | ||
---|---|---|
59 | 59 |
show_wysiwyg_editor('content','content',$content,'100%','500px'); |
60 | 60 |
?> |
61 | 61 |
|
62 |
<table cellpadding="0" cellspacing="0" border="0" width="100%">
|
|
62 |
<table cellpadding="0" cellspacing="0" border="0" class="form_submit">
|
|
63 | 63 |
<tr> |
64 |
<td align="left">
|
|
65 |
<input type="submit" value="<?php echo $TEXT['SAVE'];?>" style="width: 100px; margin-top: 5px;" />
|
|
64 |
<td class="left">
|
|
65 |
<input type="submit" value="<?php echo $TEXT['SAVE'];?>" class="submit" />
|
|
66 | 66 |
</td> |
67 |
<td align="right">
|
|
67 |
<td class="right">
|
|
68 | 68 |
</form> |
69 |
<input type="button" value="<?php echo $TEXT['CANCEL'];?>" onclick="javascript: window.location = 'index.php';" style="width: 100px; margin-top: 5px;" />
|
|
69 |
<input type="button" value="<?php echo $TEXT['CANCEL'];?>" onclick="javascript: window.location = 'index.php';" class="submit" />
|
|
70 | 70 |
</td> |
71 | 71 |
</tr> |
72 | 72 |
</table> |
Also available in: Unified diff
added skinable Admin Interface