Some fixes again
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 23 Apr 2007 17:06:33 +0000 (17:06 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 23 Apr 2007 17:06:33 +0000 (17:06 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1731 839d8a87-29fc-0310-9880-83ba4fa771e5

templates/core/bug.tpl
templates/include/plview.trombi.tpl
templates/profile/profile.tpl

index 064e7b1..4430739 100644 (file)
@@ -57,8 +57,9 @@ function fillContent()
   <h1>Signaler un bug ou demander une amélioration</h1>\r
   <div style="margin-left:10%;margin-right:10%">\r
     <select name="task_type">\r
-         <option value="bug">Bug</option>\r
-      <option value="wish">Wish</option>\r
+      <option value="bug">Erreur</option>\r
+      <option value="wish">Souhait</option>\r
+      <option value="help">Aide/Dépannage</option>\r
     </select>\r
     &nbsp;&nbsp;Sujet : <input type="text" name="item_summary" id="flyspray_title" value="sur la page {$smarty.server.HTTP_REFERER}" size="50" maxlength="100"/>\r
     <textarea name="detailed_desc" id="flyspray_detail" cols="70" rows="10" style="width:100%;margin-top:10px;margin-bottom:10px;height:400px;display:block;" onFocus="cleanContent()" onBlur="fillContent()"></textarea>\r
index afe6d62..d58f3c1 100644 (file)
 {*                                                                        *}
 {**************************************************************************}
 
+{if $plset_count eq 0}
+<p class="erreur">
+  Aucun des camarades concernés n'a de photographie sur sa fiche
+</p>
+{else}
 <table cellpadding="8" cellspacing="2" style="width: 100%">
   {iterate from=$set item=p}
   {cycle values="1,2,3" assign="loop"}
@@ -49,5 +54,6 @@
   <td></td></tr>
   {/if}
 </table>
+{/if}
 
 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}
index bd038a1..f5a507d 100644 (file)
@@ -187,8 +187,8 @@ function chgMainWinLoc(strPage)
   {/if}
   {/if}
 {if !$logged}
-<tr><td colspan="2">Cette fiche est publique et visible par tout internaute,
-vous pouvez aussi voir <a href="profile/private/{$x.forlife}">celle&nbsp;réservée&nbsp;aux&nbsp;X</a>.
+<tr><td colspan="2">Cette fiche est publique et visible par tout internaute,<br />
+vous pouvez aussi voir <a href="profile/private/{$x.forlife}?display=light">celle&nbsp;réservée&nbsp;aux&nbsp;X</a>.
 </td></tr>
 {/if}