mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:13 +01:00
Updated CodeCorner2 (markdown)
parent
08a7d11c7b
commit
8294a305cb
@ -150,4 +150,10 @@ Much better, but some nagging error in the upper left corner of the frame where
|
||||
common::egw_footer();
|
||||
}
|
||||
```
|
||||
so we recieve our inital page o.k.
|
||||
so we recieve our inital page o.k.
|
||||
But on Submit. It just did not work. After some work we figured out that ```$_SERVER['PHP_SELF']``` is
|
||||
pointing to eGroupware Base ```index.php```. So we had to make our form-action more specific:
|
||||
```php
|
||||
echo "<form action='".$_SERVER['PHP_SELF']."?menuaction=test.test_ui.testinterface' method='post'>
|
||||
```
|
||||
this is in no way eGroupwarer - style. So this needs further refinement.
|
Loading…
Reference in New Issue
Block a user