]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-htmloptions-truncate.patch
- channel setup is now a array
[packages/eventum.git] / eventum-htmloptions-truncate.patch
1 issues with long summary corrupt look and feel
2
3
4 --- ./templates/en/manage/reminders.tpl.html    2005-08-24 11:32:04.000000000 +0300
5 +++ /tmp/reminders.tpl.html     2005-08-24 12:19:23.000000000 +0300
6 @@ -227,7 +227,7 @@
7                        {/if}
8                        <td>
9                          <select name="issues[]" class="default" size="4" multiple>
10 -                          {html_options options=$issues selected=$info.rer_iss_id}
11 +                          {html_options options=$issues|truncate:70 selected=$info.rer_iss_id}
12                          </select>
13                        </td>
14                      </tr>
15 --- ./templates/en/lookup_layer.tpl.html        2005-08-24 11:32:04.000000000 +0300
16 +++ /tmp/lookup_layer.tpl.html  2005-08-24 12:24:08.000000000 +0300
17 @@ -1 +1 @@
18 -<select size=\'6\' {if $multiple}multiple{/if} name=\'lookup{if $multiple}[]{/if}\' class=\'default_overlib\'>{foreach key=key item=item from=$list}<option value=\'{$key|replace:"'":"&#146;"|replace:"\"":"&quot;"}\'>{$item|replace:"'":"&#146;"|replace:"\"":"&quot;"|htmlspecialchars}</option>{/foreach}</select>
19 \ No newline at end of file
20 +<select size=\'6\' {if $multiple}multiple{/if} name=\'lookup{if $multiple}[]{/if}\' class=\'default_overlib\'>{foreach key=key item=item from=$list}<option value=\'{$key|replace:"'":"&#146;"|replace:"\"":"&quot;"}\'>{$item|truncate:70|replace:"'":"&#146;"|replace:"\"":"&quot;"|htmlspecialchars}</option>{/foreach}</select>
This page took 0.029844 seconds and 3 git commands to generate.