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