PageRenderTime 47ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/manage/views/5/templates/templates/pages/rename.tpl.php

https://bitbucket.org/pooshonk/esw
PHP | 68 lines | 51 code | 17 blank | 0 comment | 1 complexity | 212fd9a32a74ed977318f3b8b260c936 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <div class="block-row">
  2. <div class="single has-nav">
  3. <ul class="column-nav">
  4. <li><a href="templates/page" title="Page template dashboard">Manage page templates</a></li>
  5. <li><a href="templates/page/upload" title="Upload a new page template">Upload page template</a></li>
  6. <li class="current"><a href="templates/page/edit/" title="Rename {template_name}">Rename page template</a></li>
  7. </ul>
  8. </div><!--/single-->
  9. <div class="four" id="settings_microsites_edit">
  10. <div class="block-header">
  11. <h1>Rename page template '{template_name}' ({template_file})</h1>
  12. </div>
  13. <div class="block-content">
  14. <form class="create" action="templates/page/rename/{template_ID}" enctype="multipart/form-data" method="post">
  15. <p class="intro">
  16. Enter a new name or filename for the template.
  17. </p>
  18. <div id="int_wrapper">
  19. <fieldset>
  20. <div>
  21. <label for="name">Template name</label>
  22. <input type="text" name="name" value="{template_name}" />
  23. <label for="name">File name</label>
  24. <input type="text" name="file" value="{template_file}" />
  25. <label for="rename" class="hide">Rename this template</label>
  26. <input class="submit save" type="submit" id="" name="rename" value="Rename this template" />
  27. </div>
  28. </fieldset>
  29. </div>
  30. </form>
  31. </div>
  32. </div><!--/four-->
  33. <div class="clear"></div>
  34. </div><!--/block-row-->
  35. <!-- START POPUPS -->
  36. <div class="internalwindowcontainer">
  37. <div style="" id="confirmdelete" class="internalwindow">
  38. <div class="internalwindowheading">
  39. <h1>Please confirm</h1>
  40. </div>
  41. <div class="internalwindowcontent">
  42. <p>Are you sure you want to delete this template?</p>
  43. <p><a class="internalwindowconfirm">Yes</a></p>
  44. </div>
  45. </div>
  46. <div style="" class="internalwindow">
  47. <div class="internalwindowheading">
  48. </div>
  49. </div>
  50. </div>
  51. <!-- END POPUPS -->