]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-lf.patch
- webapps paths
[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 }
816db750
ER
50--- eventum-20051130/templates/en/file_upload.tpl.html~ 2005-11-30 17:54:07.000000000 +0200
51+++ eventum-20051130/templates/en/file_upload.tpl.html 2005-11-30 17:55:45.000000000 +0200
52@@ -79,13 +79,13 @@
87d25564
ER
53 <td bgcolor="{$light_color}">
54 <table width="100%" cellpadding="2" cellspacing="0" id="file_table">
55 <tr>
56- <td><input size="50" name="attachment[]" type="file" class="shortcut"></td>
816db750 57+ <td><input size="50" name="attachment[]" type="file" class="shortcut" style="width: 97%"></td>
87d25564
ER
58 </tr>
59 <tr>
60- <td><input size="50" name="attachment[]" type="file" class="shortcut"></td>
816db750 61+ <td><input size="50" name="attachment[]" type="file" class="shortcut" style="width: 97%"></td>
87d25564
ER
62 </tr>
63 <tr>
64- <td><input size="50" name="attachment[]" type="file" class="shortcut"></td>
65+ <td><input size="50" name="attachment[]" type="file" class="shortcut" style="width: 97%"></td>
66 </tr>
67 <tr>
68 <td class="small_default"><b>Note: The current maximum allowed upload file size is {$max_attachment_size}</b></td>
This page took 0.043368 seconds and 4 git commands to generate.