diff options
author | M.Gergo | 2020-09-10 13:20:03 +0200 |
---|---|---|
committer | M.Gergo | 2020-09-10 13:20:03 +0200 |
commit | 847eb4a21606966ac5573c6ed6df878eff93841a (patch) | |
tree | e2f5a86ee00ec0335b696c0446dee11ae6f59534 /mayor-orig/mayor-naplo/www/skin/classic | |
parent | 05cd10ac470512a35ac392856baabe8b0619add5 (diff) | |
download | mayor-847eb4a21606966ac5573c6ed6df878eff93841a.tar.gz mayor-847eb4a21606966ac5573c6ed6df878eff93841a.zip |
Rev: 4680rev4680
Diffstat (limited to 'mayor-orig/mayor-naplo/www/skin/classic')
-rw-r--r-- | mayor-orig/mayor-naplo/www/skin/classic/module-naplo/html/intezmeny/osztaly.phtml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mayor-orig/mayor-naplo/www/skin/classic/module-naplo/html/intezmeny/osztaly.phtml b/mayor-orig/mayor-naplo/www/skin/classic/module-naplo/html/intezmeny/osztaly.phtml index b476482c..44af95fb 100644 --- a/mayor-orig/mayor-naplo/www/skin/classic/module-naplo/html/intezmeny/osztaly.phtml +++ b/mayor-orig/mayor-naplo/www/skin/classic/module-naplo/html/intezmeny/osztaly.phtml @@ -423,5 +423,26 @@ function putOsztalyJellegek($ADAT,$osztalyJellegId) { } +function putOidEllenor($ADAT) { + + formBegin(array('class'=>'osztalyForm')); + echo '<input type="hidden" name="action" value="oidEllenor" />'; + echo '<input type="hidden" name="osztalyId" value="'.$ADAT['osztalyId'].'" />'; + echo '<input type="hidden" name="osztalyId" value="'.$ADAT['osztalyId'].'" />'; + + echo '<h1>'._OIDELLENOR.'</h1>'; + + var_dump($ADAT['oidCheck']); + + echo '<textarea name="oidtxt" rows="10">'; + echo $ADAT['oidtxt']; + echo '</textarea>'; + + echo '<br/><input type="submit" value="'._OK.'" />'; + + formEnd(); + +} + ?>
\ No newline at end of file |