]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-lf.patch
up to 3.0.2-28-g0d12f69
[packages/eventum.git] / eventum-lf.patch
1 minor look & feel fixes
2
3 --- eventum-localization-dev2/templates/faq.tpl.html~   2006-06-02 00:55:02.347271167 +0300
4 +++ eventum-localization-dev2/templates/faq.tpl.html    2006-06-02 00:55:31.437924456 +0300
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>{t}Last updated{/t}: {$faq.faq_updated_date}</i></p>
12                {$faq.message}
13              </td>
14 --- eventum-20051130/templates/file_upload.tpl.html~    2005-11-30 17:54:07.000000000 +0200
15 +++ eventum-20051130/templates/file_upload.tpl.html     2005-11-30 17:55:45.000000000 +0200
16 @@ -79,13 +79,13 @@
17                  <td bgcolor="{$light_color}">
18                    <table width="100%" cellpadding="2" cellspacing="0" id="file_table">
19                      <tr>
20 -                      <td><input size="50" name="attachment[]" type="file" class="shortcut"></td>
21 +                      <td><input size="50" name="attachment[]" type="file" class="shortcut" style="width: 97%"></td>
22                      </tr>
23                      <tr>
24 -                      <td><input size="50" name="attachment[]" type="file" class="shortcut"></td>
25 +                      <td><input size="50" name="attachment[]" type="file" class="shortcut" style="width: 97%"></td>
26                      </tr>
27                      <tr>
28 -                      <td><input size="50" name="attachment[]" type="file" class="shortcut"></td>
29 +                      <td><input size="50" name="attachment[]" type="file" class="shortcut" style="width: 97%"></td>
30                      </tr>
31                      <tr>
32                        <td class="small_default"><b>Note: The current maximum allowed upload file size is {$max_attachment_size}</b></td>
This page took 0.078805 seconds and 3 git commands to generate.