Changeset 9 for trunk/web-app
- Timestamp:
- Jan 28, 2011, 12:30:39 PM (11 years ago)
- Location:
- trunk/web-app
- Files:
-
- 1 added
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/metagenomics.css
r7 r9 487 487 488 488 /* Makes sure the filenames in the dialog don't exceed 200px */ 489 .dataTables_wrapper .uploadedFile { display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 190px; height: 15px; }490 489 .dataTables_wrapper .uploadedFile { display: inline-block; zoom: 1; *display: inline; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 190px; height: 15px; } 490 .blok_data { display: inline-block; zoom: 1; *display: inline; width: 350px; vertical-align: top;} -
trunk/web-app/js/assay.show.enterTagsDialog.js
r2 r9 2 2 $( "#enterTagsDialog" ).tabbedDialog({ 3 3 height: 450, 4 width: 620,4 width: 750, 5 5 modal: true, 6 6 autoOpen: false, -
trunk/web-app/js/assay.show.runDialogs.js
r4 r9 59 59 * Shows the dialog to edit a run 60 60 * @param id ID of the run to edit 61 * @param name Name of the run to edit62 * @param date Date of the run to edit63 * @param machine Machine of the run to edit64 * @param supplier Supplier of the run to edit65 * @param parameterFile ParameterFile of the run to edit66 61 */ 67 function showEditRunDialog(id , name, date, machine, supplier, parameterFile) {62 function showEditRunDialog(id) { 68 63 $( "#editRunDialog" ).load( baseUrl + "/run/editForm/" + id + "?assayId=" + assayId, [], function() { 69 64 // Initialize date picker for add run dialog -
trunk/web-app/js/run.show.enterTagsDialog.js
r7 r9 2 2 $( "#enterTagsDialog" ).tabbedDialog({ 3 3 height: 450, 4 width: 620,4 width: 750, 5 5 modal: true, 6 6 autoOpen: false,
Note: See TracChangeset
for help on using the changeset viewer.