SOURCES: eventum-email-notify-display.patch, eventum-associated_is...

glen glen at pld-linux.org
Thu Mar 8 19:26:01 CET 2007


Author: glen                         Date: Thu Mar  8 18:26:01 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- l&f updates

---- Files affected:
SOURCES:
   eventum-email-notify-display.patch (1.12 -> 1.13) , eventum-associated_issue_text.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/eventum-email-notify-display.patch
diff -u SOURCES/eventum-email-notify-display.patch:1.12 SOURCES/eventum-email-notify-display.patch:1.13
--- SOURCES/eventum-email-notify-display.patch:1.12	Thu Mar  8 19:00:31 2007
+++ SOURCES/eventum-email-notify-display.patch	Thu Mar  8 19:25:56 2007
@@ -60,29 +60,6 @@
          "categories"   => Category::getAssocList($prj_id),
          "priorities"   => Priority::getAssocList($prj_id),
          "status"       => $statuses,
---- eventum/templates/update_form.tpl.html~	2007-03-08 19:47:00.217544732 +0200
-+++ eventum/templates/update_form.tpl.html	2007-03-08 19:48:10.199121024 +0200
-@@ -29,10 +29,18 @@
-               {else}
-                 <br /><br />
-               {/if}
-+ 
-+              {if $notify_list|@count > 0}
-+                <b>{t}E-mail about issue update was sent to:{/t}</b><br />
-+                {foreach from=$notify_list item=email_address}
-+                  &nbsp;&nbsp;{$email_address|escape:"html"}<br />
-+                {/foreach}
-+                <br />
-+              {/if}
- 
-               <b>
--                <a href="update.php?id={$smarty.post.issue_id}" class="link">{t 1=$smarty.post.issue_id}Update Issue #%1{/t}</a><br />
--                <a href="view.php?id={$smarty.post.issue_id}" class="link">{t 1=$smarty.post.issue_id}Return to Issue #%1 Details Page{/t}</a>
-+                <a href="view.php?id={$smarty.post.issue_id}" class="link">{t 1=$smarty.post.issue_id}Return to Issue #%1 Details Page{/t}</a><br />
-+                <a href="update.php?id={$smarty.post.issue_id}" class="link">{t 1=$smarty.post.issue_id}Update Issue #%1{/t}</a>
-               </b>
-             {/if}
-           </td>
 --- eventum-20060830/close.php	2006-09-04 14:46:53.766630207 +0300
 +++ eventum-20060830/close.php	2006-09-04 13:57:56.000000000 +0300
 @@ -68,9 +68,12 @@
@@ -123,3 +100,20 @@
              <ul>
                <li><a href="view.php?id={$smarty.post.issue_id}" class="link">{t}Open the Issue Details Page{/t}</a></li>
                <li><a href="list.php" class="link">{t}Open the Issue Listing Page{/t}</a></li>
+--- eventum/templates/update_form.tpl.html~	2007-03-08 20:20:57.093496949 +0200
++++ eventum/templates/update_form.tpl.html	2007-03-08 20:21:22.614073459 +0200
+@@ -34,6 +34,14 @@
+                 <br /><br />
+               {/if}
+ 
++              {if $notify_list|@count > 0}
++                <b>{t}E-mail about issue update was sent to:{/t}</b><br />
++                {foreach from=$notify_list item=email_address}
++                  &nbsp;&nbsp;{$email_address|escape:"html"}<br />
++                {/foreach}
++                <br />
++              {/if}
++
+               <div align="center">
+                 <b>
+                   <a href="view.php?id={$smarty.post.issue_id}" class="link">{t 1=$smarty.post.issue_id}Return to Issue #%1 Details Page{/t}</a><br />

================================================================
Index: SOURCES/eventum-associated_issue_text.patch
diff -u SOURCES/eventum-associated_issue_text.patch:1.3 SOURCES/eventum-associated_issue_text.patch:1.4
--- SOURCES/eventum-associated_issue_text.patch:1.3	Thu Mar  8 19:12:01 2007
+++ SOURCES/eventum-associated_issue_text.patch	Thu Mar  8 19:25:56 2007
@@ -225,3 +225,48 @@
            </td>
            {/if}
            <td nowrap width="130" bgcolor="{$cell_color}" class="default_white">
+--- templates/update_form.tpl.html~	2007-03-08 20:15:47.756508493 +0200
++++ templates/update_form.tpl.html	2007-03-08 20:15:18.885856204 +0200
+@@ -6,17 +6,21 @@
+     <td>
+       <table bgcolor="#FFFFFF" width="100%" cellspacing="1" cellpadding="2" border="0">
+         <tr>
+-          <td class="default" align="center">
++          <td class="default">
+             {if $update_result == -1}
+-              <b>{t}Sorry, an error happened while trying to run your query.{/t}</b>
++              <div align="center">
++                <b>{t}Sorry, an error happened while trying to run your query.{/t}</b>
++              </div>
+             {elseif $update_result == 1}
+-              <b>{t 1=$smarty.post.issue_id}Thank you, issue #%1 was updated successfully.{/t}</b>
++              <div align="center">
++                <b>{t 1=$smarty.post.issue_id}Thank you, issue #%1 was updated successfully.{/t}</b>
++              </div>
+               {if $has_duplicates == 'yes'}
+                 <br />{t}Also, all issues that are marked as duplicates from this one were updated as well.{/t}
+               {/if}
+ 
+               {if $errors|@count > 0}
+-              <br /><br />However, there are some warnings you should be aware of:<br />
++              <br />However, there are some warnings you should be aware of:<br />
+               <ul>
+               {foreach from=$errors key=section item=sub_errors}
+                 <li>{$section}<br />
+@@ -38,10 +42,12 @@
+                 <br />
+               {/if}
+ 
+-              <b>
+-                <a href="view.php?id={$smarty.post.issue_id}" class="link">{t 1=$smarty.post.issue_id}Return to Issue #%1 Details Page{/t}</a><br />
+-                <a href="update.php?id={$smarty.post.issue_id}" class="link">{t 1=$smarty.post.issue_id}Update Issue #%1{/t}</a>
+-              </b>
++              <div align="center">
++                <b>
++                  <a href="view.php?id={$smarty.post.issue_id}" class="link">{t 1=$smarty.post.issue_id}Return to Issue #%1 Details Page{/t}</a><br />
++                  <a href="update.php?id={$smarty.post.issue_id}" class="link">{t 1=$smarty.post.issue_id}Update Issue #%1{/t}</a>
++                </b>
++              </div>
+             {/if}
+           </td>
+         </tr>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/eventum-email-notify-display.patch?r1=1.12&r2=1.13&f=u
    http://cvs.pld-linux.org/SOURCES/eventum-associated_issue_text.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list