]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-lf.patch
- outdated in 1.5.4
[packages/eventum.git] / eventum-lf.patch
CommitLineData
c9d14225
ER
1minor look & feel fixes
2
3--- ./templates/en/faq.tpl.html~ 2005-02-27 17:59:14.000000000 +0200
4+++ ./templates/en/faq.tpl.html 2005-03-17 12:25:38.000000000 +0200
5@@ -13,7 +13,7 @@
6 <td class="default_white" bgcolor="{$cell_color}"><b>{$faq.faq_title|escape:"html"}</b></td>
7 </tr>
8 <tr>
9- <td class="default" bgcolor="{$dark_color}">
10+ <td class="default" bgcolor="{$dark_color}" height="260" valign="top">
11 <p><i>Last updated: {$faq.faq_updated_date}</i></p>
12 {$faq.message}
13 </td>
14--- ./templates/en/view_form.tpl.html~ 2005-02-27 17:59:14.000000000 +0200
15+++ ./templates/en/view_form.tpl.html 2005-03-17 12:38:03.000000000 +0200
16@@ -5,13 +5,13 @@
17 {literal}
18 function openHistory(issue_id)
19 {
20- var features = 'width=520,height=400,top=30,left=30,resizable=yes,scrollbars=yes,toolbar=no,location=no,menubar=no,status=no';
21+ var features = 'width=890,height=500,top=30,left=30,resizable=yes,scrollbars=yes,toolbar=no,location=no,menubar=no,status=no';
22 var popupWin = window.open('history.php?iss_id=' + issue_id, '_impact', features);
23 popupWin.focus();
24 }
25 function openNotification(issue_id)
26 {
27- var features = 'width=440,height=400,top=30,left=30,resizable=yes,scrollbars=yes,toolbar=no,location=no,menubar=no,status=no';
28+ var features = 'width=540,height=400,top=30,left=30,resizable=yes,scrollbars=yes,toolbar=no,location=no,menubar=no,status=no';
29 var popupWin = window.open('notification.php?iss_id=' + issue_id, '_notification', features);
30 popupWin.focus();
31 }
32--- ./templates/en/update_form.tpl.html~ 2005-03-16 19:03:57.000000000 +0200
33+++ ./templates/en/update_form.tpl.html 2005-03-17 12:59:17.000000000 +0200
34@@ -31,13 +31,13 @@
35 <!--
36 function openHistory(issue_id)
37 {
38- var features = 'width=420,height=400,top=30,left=30,resizable=yes,scrollbars=yes,toolbar=no,location=no,menubar=no,status=no';
39+ var features = 'width=890,height=500,top=30,left=30,resizable=yes,scrollbars=yes,toolbar=no,location=no,menubar=no,status=no';
40 var popupWin = window.open('history.php?iss_id=' + issue_id, '_impact', features);
41 popupWin.focus();
42 }
43 function openNotification(issue_id)
44 {
45- var features = 'width=440,height=400,top=30,left=30,resizable=yes,scrollbars=yes,toolbar=no,location=no,menubar=no,status=no';
46+ var features = 'width=540,height=400,top=30,left=30,resizable=yes,scrollbars=yes,toolbar=no,location=no,menubar=no,status=no';
47 var popupWin = window.open('notification.php?iss_id=' + issue_id, '_notification', features);
48 popupWin.focus();
49 }
87d25564
ER
50--- ./templates/en/file_upload.tpl.html~ 2005-03-16 19:03:58.000000000 +0200
51+++ ./templates/en/file_upload.tpl.html 2005-03-21 13:09:57.000000000 +0200
52@@ -58,19 +58,19 @@
53 <td colspan="2">
54 <table width="100%" cellpadding="2" cellspacing="1">
55 <tr>
56- <td bgcolor="{$cell_color}" class="default_white" width="190" nowrap>
57+ <td bgcolor="{$cell_color}" class="default_white" width="120" nowrap>
58 <b>Filenames:</b>
59 </td>
60 <td bgcolor="{$light_color}">
61 <table width="100%" cellpadding="2" cellspacing="0" id="file_table">
62 <tr>
63- <td><input size="50" name="attachment[]" type="file" class="shortcut"></td>
64+ <td><input size="50" name="attachment[]" type="file" class="shortcut" style="width: 97%"></td>
65 </tr>
66 <tr>
67- <td><input size="50" name="attachment[]" type="file" class="shortcut"></td>
68+ <td><input size="50" name="attachment[]" type="file" class="shortcut" style="width: 97%"></td>
69 </tr>
70 <tr>
71- <td><input size="50" name="attachment[]" type="file" class="shortcut"></td>
72+ <td><input size="50" name="attachment[]" type="file" class="shortcut" style="width: 97%"></td>
73 </tr>
74 <tr>
75 <td class="small_default"><b>Note: The current maximum allowed upload file size is {$max_attachment_size}</b></td>
76@@ -79,7 +79,7 @@
77 </td>
78 </tr>
79 <tr bgcolor="{$light_color}">
80- <td bgcolor="{$cell_color}" class="default_white" width="190" nowrap>
81+ <td bgcolor="{$cell_color}" class="default_white" width="120" nowrap>
82 <b>Description:</b>
83 </td>
84 <td bgcolor="{$light_color}">
This page took 0.0648 seconds and 4 git commands to generate.