]> err.no Git - scalable-opengroupware.org/commitdiff
removed 'printview' links and resources selectors
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 4 Jul 2005 14:35:50 +0000 (14:35 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 4 Jul 2005 14:35:50 +0000 (14:35 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@654 d1b88da0-ebda-0310-925b-ed51d893ca5b

12 files changed:
SOGo/UI/Templates/ChangeLog
SOGo/UI/Templates/UIxAppointmentEditor.wox
SOGo/UI/Templates/UIxAppointmentProposal.wox
SOGo/UI/Templates/UIxAppointmentView.wox
SOGo/UI/Templates/UIxCalDayChartview.wox
SOGo/UI/Templates/UIxCalDayListview.wox
SOGo/UI/Templates/UIxCalDayOverview.wox
SOGo/UI/Templates/UIxCalMonthOverview.wox
SOGo/UI/Templates/UIxCalWeekChartview.wox
SOGo/UI/Templates/UIxCalWeekColumnsview.wox
SOGo/UI/Templates/UIxCalWeekListview.wox
SOGo/UI/Templates/UIxCalWeekOverview.wox

index 48ce13272b9dec0f557fdd6f0e649421ee119a44..6cf78bb5f7e793931f5f6d89eb7166f1c6332d70 100644 (file)
@@ -1,3 +1,13 @@
+2005-07-04  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * UIxCalDayOverview.wox, UIxCalWeekOverview.wox,
+         UIxCalWeekColumnsview.wox, UIxCalDayChartview.wox,
+         UIxAppointmentProposal.wox, UIxCalDayListview.wox,
+         UIxCalWeekChartview.wox, UIxAppointmentView.wox,
+         UIxCalMonthOverview.wox, UIxCalWeekListview.wox,
+         UIxAppointmentEditor.wox: removed printview links (commented out),
+         removed resources where appropriate (cancelled for version 0.8)
+
 2005-06-26  Helge Hess  <helge.hess@opengroupware.org>
 
        * UIxMailContactEditor.wox: added a hidden field containing the contact
index 8b0c97ad7655154f01e55619d1c2eb3f28540197..12e7b7d40362144742761a26502f62bb096324af 100644 (file)
             </table>
           </td>
         </tr>
+        <!--
         <tr>
           <td>
             <table border="0" cellpadding="2" cellspacing="0" width="100%"
             </table>
           </td>
         </tr>
+        -->
         <tr>
           <td>
             <table border="0" cellpadding="2" cellspacing="0" width="100%"
index f55d3d459361006fe83c0b17cd38b157271d0235..fd1f81d9481883b1a1caff0e4afee2cf6684bfc6 100644 (file)
                            selection="duration" />
               </td>
             </tr>
+            <!--
             <tr><td colspan="2"> </td></tr>
             <tr bgcolor="#e8e8e0">
               <td align="left" colspan="2">
               </td>
               <td align="left" bgcolor="#FFFFF0">
                 <span class="aptview_text">
-                  <!-- use '1' instead of 'YES', otherwise breaks on OSX -->
                   <var:component className="AnaisAttendeeSelector"
                                  const:selectorID="resource"
                                  const:role="NON-PARTICIPANT"
                 </span>
               </td>
             </tr>
+            -->
             <tr><td colspan="2"> </td></tr>
             <tr bgcolor="#e8e8e0">
               <td align="left" colspan="2">
index 3cff5577ffa6d47a2c591d734747f29b9d840c8f..398ca96ac637226c188d3cb8343539350279f984 100644 (file)
                 <tr>
                   <td class="button_auto_env" nowrap="true"
                       valign='middle' align='center'>
-                    <a class="button_auto"
+                    <!--<a class="button_auto"
                        href="printview"
                        var:queryDictionary="queryParameters"
                        target="SOGoPrintView"
-                    ><var:string label:value="printview" /></a>
+                    ><var:string label:value="printview" /></a>-->
                   </td>
                   <var:if condition="canEditApt">
                     <td class="button_auto_env" nowrap="true"
                          var:queryDictionary="queryParameters"
                       ><var:string label:value="edit" /></a>
                     </td>
+                    <td class="button_auto_env" nowrap="true"
+                        valign='middle' align='center'>
+                      <a class="button_auto"
+                         href="delete"
+                         var:queryDictionary="queryParameters"
+                      ><var:string label:value="delete" /></a>
+                    </td>
                   </var:if>
-                  <td class="button_auto_env" nowrap="true"
-                      valign='middle' align='center'>
-                    <a class="button_auto"
-                       href="delete"
-                       var:queryDictionary="queryParameters"
-                    ><var:string label:value="delete" /></a>
-                  </td>
                 </tr>
               </table>
             </td>
                     <var:string value="categoriesAsString" />
                   </td>
                 </tr>
+                <!-- Resources removed for v0.8
                 <tr valign="top">
                   <td align="right"
                       width="15%"
                     />
                   </td>
                 </tr>
+                -->
                 <tr valign="top">
                   <td align="right"
                       width="15%"
index 2c41d811d19d273fc9dbc43b6aaf4dcd871e8f4f..20b869af862cb13faca0c10777409d4a2a22bf7a 100644 (file)
                               valign="middle"
                               align="center"
                           >
-                            <a class="button_auto"
+                            <!--<a class="button_auto"
                                href="dayprintview"
                                var:queryDictionary="queryParameters"
                                target="SOGoPrintView"
-                            ><var:string label:value="printview"/></a>
+                            ><var:string label:value="printview"/></a>-->
                           </td>
                           <td class="button_auto_env"
                               nowrap="true"
index e2e27b8741d0d22d063d6753471367730495a450..078ede357fa219cc22fa5dd4fe6c55c011249344 100644 (file)
                       <table border="0" cellpadding="0" cellspacing="1">
                         <tr>
                           <td class="button_auto_env" nowrap="true" valign="middle" align="center">
-                            <a class="button_auto"
+                            <!--<a class="button_auto"
                                href="dayprintview"
                                var:queryDictionary="queryParameters"
                                target="SOGoPrintView"
-                            ><var:string label:value="printview"/></a>
+                            ><var:string label:value="printview"/></a>-->
                           </td>
                           <td class="button_auto_env" nowrap="true" valign="middle" align="center">
                             <a class="button_auto"
index 673ed0f8b7844302d825c167138bc3b1813c843e..e5f76e044251fe7d49929fa9d44c24ef97f649b8 100644 (file)
                       <table border="0" cellpadding="0" cellspacing="1">
                         <tr>
                           <td class="button_auto_env" nowrap="true" valign="middle" align="center">
-                            <a class="button_auto"
+                            <!--<a class="button_auto"
                                href="dayprintview"
                                var:queryDictionary="queryParameters"
                                target="SOGoPrintView"
-                            ><var:string label:value="printview"/></a>
+                            ><var:string label:value="printview"/></a>-->
                           </td>
                           <td class="button_auto_env" nowrap="true" valign="middle" align="center">
                             <a class="button_auto"
index a47689b38304aaa6fd0f37aba13f4d8e432e2c02..fffafb376c7ea74aa5195b4e242646c52a32ef2e 100644 (file)
                               valign="middle"
                               align="center"
                           >
-                            <a class="button_auto"
+                            <!--<a class="button_auto"
                                href="monthprintview"
                                var:queryDictionary="queryParameters"
                                target="SOGoPrintView"
-                            ><var:string label:value="printview"/></a>
+                            ><var:string label:value="printview"/></a>-->
                           </td>
                           <td class="button_auto_env"
                               nowrap="true"
index 2d9129cf6ccd37171b10dd551263c1f9a963b872..69ffb7d070f98aad1055bbd2524a4f0f2d135070 100644 (file)
@@ -8,7 +8,6 @@
                className="UIxPageFrame"
                title="name">
 
-  <!-- $Id: SkyNews.html,v 1.3 2003/12/22 16:53:55 helge Exp $ -->
   <table id="skywintable" class="wintable" cellspacing="0" cellpadding="5" width="100%">
     <tr>
       <td class="wintitle">
                               valign='middle'
                               align='center'
                           >
-                            <a class="button_auto"
+                            <!--<a class="button_auto"
                                href="weekprintview"
                                var:queryDictionary="queryParameters"
                                target="SOGoPrintView"
-                            ><var:string label:value="printview" /></a>
+                            ><var:string label:value="printview" /></a>-->
                           </td>
                           <td class="button_auto_env"
                               nowrap="true"
index 09a0d59c1013bb98685a23a572f242fbcc4d55bc..56e5b3df563715aed83dc05046110960ebab46b2 100644 (file)
@@ -8,7 +8,6 @@
                className="UIxPageFrame"
                title="name">
 
-  <!-- $Id: SkyNews.html,v 1.3 2003/12/22 16:53:55 helge Exp $ -->
   <table id="skywintable" class="wintable" cellspacing="0" cellpadding="5" width="100%">
     <tr>
       <td class="wintitle">
                               valign='middle'
                               align='center'
                           >
-                            <a class="button_auto"
+                            <!--<a class="button_auto"
                                href="weekprintview"
                                var:queryDictionary="queryParameters"
                                target="SOGoPrintView"
-                            ><var:string label:value="printview" /></a>
+                            ><var:string label:value="printview" /></a>-->
                           </td>
                           <td class="button_auto_env"
                               nowrap="true"
index 41d2051c68424fe144cd977805e61bfa383766fc..05c69f542465cbacdddfbb232eb71d7227971e35 100644 (file)
                         <tr>
                           <td class="button_auto_env" nowrap="true" valign='middle' 
                               align='center'>
-                            <a class="button_auto"
+                            <!--<a class="button_auto"
                                href="weekprintview"
                                var:queryDictionary="queryParameters"
                                target="SOGoPrintView"
-                            ><var:string label:value="printview" /></a>
+                            ><var:string label:value="printview" /></a>-->
                           </td>
                           <td class="button_auto_env" nowrap="true" valign='middle' 
                               align='center'>
index f3927f321ef234c7d43d322319d2d31ce0ccfc17..74d235ab501a3d8556a17de8e45b8d66f34325d1 100644 (file)
                 <tr>
                   <td class="button_auto_env" nowrap="true" valign='middle' 
                       align='center'>
-                    <a class="button_auto"
+                    <!--<a class="button_auto"
                        href="weekprintview"
                        var:queryDictionary="queryParameters"
                        target="SOGoPrintView"
-                    ><var:string label:value="printview" /></a>
+                    ><var:string label:value="printview" /></a>-->
                   </td>
                   <td class="button_auto_env" nowrap="true" valign='middle' 
                       align='center'>