Please avoid codestyle changes in bug fixes/patches, makes the diff
unreadable.
thanks
g
On Jun 13, 2007, at 15:22 , [EMAIL PROTECTED] wrote:
Revision9692AuthorolietzDate2007-06-13 15:22:53 +0200 (Wed, 13 Jun
2007)Log Messagemissing background image from div removed, code
styleModified Paths
modules/community/magnolia-module-dms/trunk/src/main/resources/info/
magnolia/module/dms/gui/VersionCommentPopup.html
Diff
Modified: modules/community/magnolia-module-dms/trunk/src/main/
resources/info/magnolia/module/dms/gui/VersionCommentPopup.html
(9691 => 9692)--- modules/community/magnolia-module-dms/trunk/src/
main/resources/info/magnolia/module/dms/gui/
VersionCommentPopup.html 2007-06-13 12:44:54 UTC (rev 9691) +++
modules/community/magnolia-module-dms/trunk/src/main/resources/info/
magnolia/module/dms/gui/VersionCommentPopup.html 2007-06-13
13:22:53 UTC (rev 9692)@@ -1,17 +1,15 @@- <script type="text/
javascript"> - document.onkeydown = function(e)
{mgnl.dms.VersionCommentPopup.keyDown(e)}; - </script>+<script
type="text/javascript"> + document.onkeydown = function(e)
{ + mgnl.dms.VersionCommentPopup.keyDown(e) + }; +</
script> - <div style="position:absolute; visibility: hidden"
id="blockInputDiv"> </div> - - <div
style="position:absolute;border-style:solid;border-top-
style:hidden; border-left-color: gray;border-right-color:
black;border-bottom-color: black; border-width: thin; background-
color: #F0F2E6; z-index:1; visibility: hidden"
id="commentPopUpDiv"> - <div style="border-bottom:thin solid
gray;background-image: url(${contextPath}/.resources/controls/list/
dmsListHeaderBackground.gif);padding: 3px;font-weight:
bold;">Version Comment</div> - <!-- <div style="background-
color:gray;padding: 3px;font-weight: bold;">Version Comment</div>--
> - <div style="padding: 10px;"> - <div
style="padding-bottom: 5px;">Enter a comment for this version
(optional)</div> - <div style="padding-bottom:
5px;"><textarea
onclick="mgnl.dmsVersionCommentPopup.checkEnter=false"
id="commentPopUpTextArea" rows="4" cols="40"
class="mgnlDialogControlEdit">Dummy Text</textarea></div>
- <div align="right"> - ${this.saveButton.html} $
{this.cancelButton.html} - </div> - </div> - </div>\
No newline at end of file+<div id="blockInputDiv"
style="position:absolute; visibility: hidden;"> </div> +<div
id="commentPopUpDiv" style="position:absolute; border-style: solid;
border-top-color: gray; border-left-color: gray; border-right-
color: black; border-bottom-color: black; border-width: thin;
background-color: #F0F2E6; z-index:1; visibility: hidden;"> +
<div style="border-bottom: thin solid gray; padding: 3px; font-
weight: bold;">Version Comment</div> + <div style="padding:
10px;"> + <div style="padding-bottom: 5px;">Enter a comment
for this version (optional)</div> + <div style="padding-
bottom: 5px;"><textarea id="commentPopUpTextArea" rows="4"
cols="40" class="mgnlDialogControlEdit"
onclick="mgnl.dmsVersionCommentPopup.checkEnter=false">Dummy Text</
textarea></div> + <div style="text-align: right;">$
{this.saveButton.html} ${this.cancelButton.html}</div> + </div>
+</div>
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------