home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / modules / cms / template_write_permissions.inc < prev    next >
Text File  |  2004-03-08  |  713b  |  28 lines

  1. <?php
  2. /*
  3. Copyright Intermesh 2003
  4. Author: Merijn Schering <mschering@intermesh.nl>
  5. Version: 1.0 Release date: 08 July 2003
  6.  
  7. This program is free software; you can redistribute it and/or modify it
  8. under the terms of the GNU General Public License as published by the
  9. Free Software Foundation; either version 2 of the License, or (at your
  10. option) any later version.
  11. */
  12.  
  13. ?>
  14. <input type="hidden" name="template_id" value="<?php echo $template_id; ?>" />
  15.  
  16. <table border="0" cellpadding="10" cellspacing="0">
  17. <tr>
  18.     <td>
  19.     <?php
  20.     print_acl($template["acl_write"]);
  21.     ?>
  22.     </td>
  23. </tr>
  24. </table>
  25. <br />
  26. <?php
  27. $button = new button($cmdClose, "javascript:document.location='index.php?tabindex=2'");
  28. ?>