changeset 196:b67bfb997079

bug in edit_publications
author dwinter
date Fri, 21 Jun 2013 09:06:11 +0200
parents 124efbedd35b
children b0ed3974efbd
files zpt/project/related_publication/edit_basic.zpt zpt/staff/edit_downloads.zpt
diffstat 2 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/zpt/project/related_publication/edit_basic.zpt	Thu Jun 20 14:44:30 2013 +0200
+++ b/zpt/project/related_publication/edit_basic.zpt	Fri Jun 21 09:06:11 2013 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html metal:use-macro="here/edit_MPIWGProject_main/macros/page">
+<html metal:use-macro="here/edit_template/macros/page">
 <head>
 </head>
 <body>
--- a/zpt/staff/edit_downloads.zpt	Thu Jun 20 14:44:30 2013 +0200
+++ b/zpt/staff/edit_downloads.zpt	Fri Jun 21 09:06:11 2013 +0200
@@ -8,8 +8,8 @@
   <tal:block metal:fill-slot="body">
     <p>Here you can upload your CV and and publication list to be downloaded from your homepage.</p>
     <p>
-      The documents should be in <b>PDF format</b>. Add the add bottom of this page you find <a href="#templates">templates</a> for
-      OpenOffice and Word to make it easier for you to create these documents.
+      The documents should be in <b>PDF format</b>. <!--  Add the add bottom of this page you find <a href="#templates">templates</a> for
+      OpenOffice and Word to make it easier for you to create these documents.-->
     </p>
     <form tal:attributes="action string:$root/changeDownloads" method="post" enctype="multipart/form-data">
       <h2>Your CV</h2>
@@ -60,7 +60,7 @@
     </form>
     <br />
     <br />
-    <a id="templates" />
+  <!--    <a id="templates" />
     <h3>Download Templates:</h3>
     <ul>
       <li>For OpenOffice Writer:
@@ -76,6 +76,7 @@
         </ul>
       </li>
     </ul>
+    -->
   </tal:block>
 
 </body>