Mercurial > hg > MPIWGWeb
annotate zpt/project/edit_related_projects_error.zpt @ 235:7fcb9b18c4d1
CLOSED - # 147: changePublikation in Projects funktioniert nicht
https://it-dev.mpiwg-berlin.mpg.de/tracs/webpage/ticket/147
Link war falsch auf der Seite:
changePublications statt changeAdditionalPublications
author | dwinter |
---|---|
date | Wed, 04 Dec 2013 10:42:22 +0100 |
parents | 2da62e93a1c6 |
children |
rev | line source |
---|---|
0
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
169 | 3 <html metal:use-macro="here/edit_template/macros/page" xmlns:metal="http://xml.zope.org/namespaces/metal"> |
0
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
4 <head> |
169 | 5 <tal:block metal:fill-slot="navsel" tal:define="global menusel string:relatedProjects" /> |
0
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
6 </head> |
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
7 <body> |
61 | 8 <tal:block metal:fill-slot="body"> |
9 <h3>Error adding a related project</h3> | |
10 <span tal:replace="string:'${options/link}'" /> is not a link to a MPIWG project. | |
11 | |
12 <h3> | |
13 <a tal:attributes="href string:$root/manageRelatedProjects">Back to related projects list</a> | |
14 </h3> | |
15 | |
16 </tal:block> | |
0
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
17 </body> |
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
18 </html> |