]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- updated to 1.7.0, 20051130 snap
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 30 Nov 2005 16:02:46 +0000 (16:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-lf.patch -> 1.3
    eventum-paths.patch -> 1.26

eventum-lf.patch
eventum-paths.patch

index 7fcb7d13ec88c934843f80e9465ac2ef8209c03f..642920b203a50993208969f3c745021d2c5bc309 100644 (file)
@@ -47,25 +47,18 @@ minor look & feel fixes
      var popupWin = window.open('notification.php?iss_id=' + issue_id, '_notification', features);
      popupWin.focus();
  }
---- ./templates/en/file_upload.tpl.html~       2005-03-16 19:03:58.000000000 +0200
-+++ ./templates/en/file_upload.tpl.html        2005-03-21 13:09:57.000000000 +0200
-@@ -58,19 +58,19 @@
-           <td colspan="2">
-             <table width="100%" cellpadding="2" cellspacing="1">
-               <tr>
--                <td bgcolor="{$cell_color}" class="default_white" width="190" nowrap>
-+                <td bgcolor="{$cell_color}" class="default_white" width="120" nowrap>
-                   <b>Filenames:</b>
-                 </td>
+--- eventum-20051130/templates/en/file_upload.tpl.html~        2005-11-30 17:54:07.000000000 +0200
++++ eventum-20051130/templates/en/file_upload.tpl.html 2005-11-30 17:55:45.000000000 +0200
+@@ -79,13 +79,13 @@
                  <td bgcolor="{$light_color}">
                    <table width="100%" cellpadding="2" cellspacing="0" id="file_table">
                      <tr>
 -                      <td><input size="50" name="attachment[]" type="file" class="shortcut"></td>
-+                                         <td><input size="50" name="attachment[]" type="file" class="shortcut" style="width: 97%"></td>
++                      <td><input size="50" name="attachment[]" type="file" class="shortcut" style="width: 97%"></td>
                      </tr>
                      <tr>
 -                      <td><input size="50" name="attachment[]" type="file" class="shortcut"></td>
-+                                         <td><input size="50" name="attachment[]" type="file" class="shortcut" style="width: 97%"></td>
++                      <td><input size="50" name="attachment[]" type="file" class="shortcut" style="width: 97%"></td>
                      </tr>
                      <tr>
 -                      <td><input size="50" name="attachment[]" type="file" class="shortcut"></td>
@@ -73,12 +66,3 @@ minor look & feel fixes
                      </tr>
                      <tr>
                        <td class="small_default"><b>Note: The current maximum allowed upload file size is {$max_attachment_size}</b></td>
-@@ -79,7 +79,7 @@
-                 </td>
-               </tr>
-               <tr bgcolor="{$light_color}">
--                <td bgcolor="{$cell_color}" class="default_white" width="190" nowrap>
-+                <td bgcolor="{$cell_color}" class="default_white" width="120" nowrap>
-                   <b>Description:</b>
-                 </td>
-                 <td bgcolor="{$light_color}">
index ef77ffcfcf7896e9c42f9c66466a01feca992b81..9ff09efe68de272aad9d939a2ea3c260a7cbdd02 100644 (file)
  include_once("File/Util.php");
  
  $html = checkRequirements();
---- ./include/class.template.php       2005-10-26 17:06:21.000000000 +0300
-+++ /tmp/class.template.php    2005-10-26 17:05:19.000000000 +0300
-@@ -62,6 +62,7 @@
+--- eventum-20051130/include/class.template.php~       2005-11-30 17:51:55.000000000 +0200
++++ eventum-20051130/include/class.template.php        2005-11-30 17:53:15.000000000 +0200
+@@ -61,6 +61,7 @@
+         $this->smarty = new Smarty;
+         $this->smarty->template_dir = APP_TPL_PATH . APP_CURRENT_LANG;
          $this->smarty->compile_dir = "/var/cache/eventum";
++        $this->smarty->plugins_dir  = array('/usr/share/eventum/include/smarty', 'plugins');
          $this->smarty->config_dir = '';
          $this->smarty->register_modifier("activateLinks", array('Link_Filter', 'activateLinks'));
-+        $this->smarty->plugins_dir  = array('/usr/share/eventum/include/smarty', 'plugins');
-     }
+         $this->smarty->register_modifier("formatCustomValue", array('Custom_Field', 'formatValue'));
 --- ./include/class.misc.php   2005-10-26 17:17:17.000000000 +0300
 +++ /tmp/class.misc.php        2005-10-26 17:30:12.000000000 +0300
 @@ -607,7 +607,7 @@
This page took 0.030943 seconds and 4 git commands to generate.