[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[2379] trunk/UI/Contact
- Subject: SF.net SVN: ledger-smb:[2379] trunk/UI/Contact
- From: ..hidden..
- Date: Fri, 24 Oct 2008 22:21:47 +0000
Revision: 2379
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2379&view=rev
Author: einhverfr
Date: 2008-10-24 22:21:47 +0000 (Fri, 24 Oct 2008)
Log Message:
-----------
Undoing accidental commit. Previous commit actualy corrects a bug in viewing GL drafts
Modified Paths:
--------------
trunk/UI/Contact/contact.css
trunk/UI/Contact/contact.html
Modified: trunk/UI/Contact/contact.css
===================================================================
--- trunk/UI/Contact/contact.css 2008-10-24 22:03:29 UTC (rev 2378)
+++ trunk/UI/Contact/contact.css 2008-10-24 22:21:47 UTC (rev 2379)
@@ -31,29 +31,3 @@
div label {
margin-left: 1em;
}
-
-/* This shouldnot go in SVN trunk */
-#company_div .note_contents {
- display: none;
-}
-
-table {
- width: 100%;
-}
-
-#credit-row {
- display: none;
-}
-
-#discount-gifi-row {
- display: none;
-}
-
-#line-two {
- display: none;
-}
-
-#line-three {
- display: none;
-}
-
Modified: trunk/UI/Contact/contact.html
===================================================================
--- trunk/UI/Contact/contact.html 2008-10-24 22:03:29 UTC (rev 2378)
+++ trunk/UI/Contact/contact.html 2008-10-24 22:21:47 UTC (rev 2379)
@@ -234,9 +234,6 @@
</div>
<?lsmb END ?>
</div>
-<?lsmb IF entity_id;
-INCLUDE 'rates_div.html';
-END -?>
<?lsmb IF entity_id ?>
<div id="credit_div">
<div class="listtop"><strong>Accounts</strong></div>
@@ -548,24 +545,6 @@
type = "text",
size = "20"
} ?>
- <!--
- if the following button and script show up in svn
- /trunk, please remove them. -CT -->
- <script type="text/javascript">
- function show_lines(){
- var e;
- e = document.getElementById('line-two');
- e.style.display = 'inline';
- e = document.getElementById('line-three');
- e.style.display = 'inline';
- e = document.getElementById('show-lines-button');
- e.style.display = 'none';
- return false;
- }
- </script>
- <button onclick="javascript: return show_lines()"
- id="show-lines-button" type="button"><?lsmb text('Show More Lines') ?>
- </button> <!-- end custom section -->
</div>
<div>
<?lsmb PROCESS input element_data = {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.