Commit 7c06c92b authored by Christophe Dumez's avatar Christophe Dumez

- fixed type "Caption" in svn status

- improved diff display a little

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6652 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c07b195f
......@@ -105,8 +105,7 @@ if removed != \'none\':\n
print \'<hr></font></b>\'\n
print "<font color=\'red\'>File Removed</font><br><br>"\n
\n
print \'\'\'</font><center><button onclick="history.back()" value="Back" name="Back" type="button">Back</button>\n
<button onclick="doCommit()" value="commit" name="commit Changes" type="button">Commit Changes</button></center>\'\'\'\n
print \'</font>\'\n
return printed\n
......
......@@ -63,6 +63,8 @@
here/BusinessTemplate_doCreateJavaScriptDiff">JavaScript here</tal:js>\n
<tal:py replace="structure \n
here/BusinessTemplate_doSvnDiff">diff here</tal:py>\n
<center><button onclick="history.back()" value="Back" name="Back" type="button">Back</button>\n
<button onclick="doCommit()" value="commit" name="commit Changes" type="button">Commit Changes</button></center>\n
</tal:block>\n
</tal:block>\n
......
......@@ -70,7 +70,6 @@
<input type=\'hidden\' name=\'added\' value=\'\'>\n
<input type=\'hidden\' name=\'modified\' value=\'\'>\n
<input type=\'hidden\' name=\'files\' value=\'\'>\n
<!-- <input type=\'hidden\' name=\'checked\' value=\'\'> -->\n
<!-- End Hidden -->\n
<div id="menudiv" style="position:absolute; display:none; top:0px; left:0px;z-index:10000;" onmouseover="javascript:overpopupmenu=true;" onmouseout="javascript:overpopupmenu=false;">\n
<table width=82 cellspacing=1 cellpadding=0 bgcolor=lightgray>\n
......@@ -121,7 +120,7 @@ here/BusinessTemplate_doCreateJavaScriptStatus">javascript here</tal:js>\n
\t\t</div>\n
\t\t</td>\n
<td style="vertical-align: top; text-align: left;" width="10%" height="300">\n
<table><tr><td><b><u><font color=\'black\' size="1">Note:</font></u></b></td></tr>\n
<table><tr><td><b><u><font color=\'black\' size="1">Caption:</font></u></b></td></tr>\n
<tr><td> </td></tr>\n
<tr><td><font color="green" size="1">Added File</font></td></tr>\n
<tr><td><font color="orange" size="1">Modified File</font></td></tr>\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment