Revision 317
Added by stefan over 18 years ago
modify.php | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
|
3 | 3 |
// $Id$ |
4 |
|
|
4 |
|
|
5 | 5 |
/* |
6 | 6 |
|
7 | 7 |
Website Baker Project <http://www.websitebaker.org/> |
... | ... | |
22 | 22 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
23 | 23 |
|
24 | 24 |
*/ |
25 |
|
|
26 |
// Must include code to stop this file being access directly
|
|
25 |
|
|
26 |
// Must include code to stop this file being access directly |
|
27 | 27 |
if(!defined('WB_PATH')) { exit("Cannot access this file directly"); } |
28 | 28 |
|
29 | 29 |
?> |
... | ... | |
36 | 36 |
<input type="button" value="<?php echo $TEXT['ADD'].' '.$TEXT['GROUP']; ?>" onclick="javascript: window.location = '<?php echo WB_URL; ?>/modules/news/add_group.php?page_id=<?php echo $page_id; ?>§ion_id=<?php echo $section_id; ?>';" style="width: 100%;" /> |
37 | 37 |
</td> |
38 | 38 |
<td align="right" width="33%"> |
39 |
<input type="button" value="<?php echo $TEXT['SETTINGS']; ?>" onclick="javascript: window.location = '<?php echo WB_URL; ?>/modules/news/modify_settings.php?page_id=<?php echo $page_id; ?>§ion_id=<?php echo $section_id; ?>';" style="width: 100%;" />
|
|
39 |
<input type="button" value="<?php echo $TEXT['SETTINGS']; ?>" onclick="javascript: window.location = '<?php echo WB_URL; ?>/modules/news/modify_settings.php?page_id=<?php echo $page_id; ?>§ion_id=<?php echo $section_id; ?>';" style="width: 100%;" /> |
|
40 | 40 |
</td> |
41 | 41 |
</tr> |
42 | 42 |
</table> |
43 | 43 |
|
44 | 44 |
<br /> |
45 |
|
|
45 |
|
|
46 | 46 |
<h2><?php echo $TEXT['MODIFY'].'/'.$TEXT['DELETE'].' '.$TEXT['POST']; ?></h2> |
47 | 47 |
|
48 | 48 |
<?php |
Also available in: Unified diff
Changed all line endings to Unix stlye