Rev Author Line No. Line
228 kaklik 1 <h1><?php echo $sg->translator->_g("New Gallery") ?></h1>
2  
3 <form action="<?php echo $_SERVER['PHP_SELF'] ?>" method="post">
4 <input type="hidden" name="action" value="addgallery" />
5 <input type="hidden" name="gallery" value="<?php echo $sg->gallery->idEntities() ?>" />
6  
7 <table class="formTable">
8 <tr>
9 <td><?php echo $sg->translator->_g("Identifier") ?></td>
10 <td><input type="text" name="newgallery" value="" size="40" /></td>
11 </tr>
12 <tr>
13 <td></td>
14 <td><input type="submit" class="button" value="<?php /*"*/ echo $sg->translator->_g("Create") ?>" /></td>
15 </tr>
16 </table>
17  
18 </form>