[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[6652] trunk/UI
- Subject: SF.net SVN: ledger-smb:[6652] trunk/UI
- From: ..hidden..
- Date: Sun, 26 Jan 2014 07:56:21 +0000
Revision: 6652
http://sourceforge.net/p/ledger-smb/code/6652
Author: einhverfr
Date: 2014-01-26 07:56:20 +0000 (Sun, 26 Jan 2014)
Log Message:
-----------
Dojo loading fixes for recon screen, using Tabular classes for new recon form now.
Modified Paths:
--------------
trunk/UI/lib/Loader.js
trunk/UI/reconciliation/upload.html
Modified: trunk/UI/lib/Loader.js
===================================================================
--- trunk/UI/lib/Loader.js 2014-01-26 07:40:00 UTC (rev 6651)
+++ trunk/UI/lib/Loader.js 2014-01-26 07:56:20 UTC (rev 6652)
@@ -92,6 +92,7 @@
return new checkbox({
"name": input.name,
"value": input.value,
+ "title": input.title,
"checked": input.checked
}, input);
},
@@ -99,6 +100,7 @@
return new radio({
"name": input.name,
"value": input.value,
+ "title": input.title,
"checked": input.checked
}, input);
},
Modified: trunk/UI/reconciliation/upload.html
===================================================================
--- trunk/UI/reconciliation/upload.html 2014-01-26 07:40:00 UTC (rev 6651)
+++ trunk/UI/reconciliation/upload.html 2014-01-26 07:56:20 UTC (rev 6652)
@@ -1,8 +1,8 @@
<?lsmb PROCESS 'ui-header.html' ?>
<?lsmb PROCESS 'elements.html' ?>
-
+<body class="<?lsmb dojo_theme ?>">
<div class="body" id ="recon1" class="<?lsmb dojo_theme ?>">
- <div class="title">
+ <div class="title listtop">
New Reconciliation Report
</div>
<?lsmb IF error?>
@@ -11,6 +11,7 @@
</div>
<?lsmb END?>
<form name="csv_upload" method="POST" action="recon.pl">
+ <div class="tabular col-2">
<!-- TODO: Move this to CSS show/hide" -->
<!-- div id="csv-file">
<label for="file_upload"><?lsmb text('CSV File:') ?></label>
@@ -47,6 +48,7 @@
name = "recon_fx"
} ?>
</div>
+ </div>
<div id="button-row">
<?lsmb INCLUDE button element_data = {
type = "submit",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits