fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [11511] update manual


From: Sigurd Nes
Subject: [Fmsystem-commits] [11511] update manual
Date: Sun, 08 Dec 2013 20:57:08 +0000

Revision: 11511
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11511
Author:   sigurdne
Date:     2013-12-08 20:57:07 +0000 (Sun, 08 Dec 2013)
Log Message:
-----------
update manual

Modified Paths:
--------------
    trunk/manual/inc/class.menu.inc.php
    trunk/manual/inc/class.uidocuments.inc.php
    trunk/manual/setup/phpgw_no.lang
    trunk/manual/templates/base/documents_add.xsl
    trunk/mobilefrontend/controller/class.uicalendar.inc.php
    trunk/mobilefrontend/controller/class.uicase.inc.php
    trunk/mobilefrontend/controller/class.uicheck_list.inc.php
    trunk/mobilefrontend/controller/class.uicheck_list_for_component.inc.php
    trunk/mobilefrontend/controller/class.uicontrol.inc.php
    trunk/mobilefrontend/controller/class.uicontrol_group.inc.php
    trunk/mobilefrontend/controller/class.uicontrol_group_component.inc.php
    trunk/mobilefrontend/controller/class.uicontrol_item.inc.php
    
trunk/mobilefrontend/controller/class.uicontrol_register_to_component.inc.php
    trunk/mobilefrontend/controller/class.uicontrol_register_to_location.inc.php
    trunk/mobilefrontend/controller/class.uidocument.inc.php
    trunk/mobilefrontend/controller/class.uiprocedure.inc.php
    trunk/mobilefrontend/home.php
    trunk/mobilefrontend/inc/class.bocommon.inc.php
    trunk/mobilefrontend/inc/class.hook_helper.inc.php
    trunk/mobilefrontend/login.php
    trunk/mobilefrontend/logout.php
    trunk/mobilefrontend/property/class.uilocation.inc.php
    trunk/mobilefrontend/property/class.uilookup.inc.php
    trunk/mobilefrontend/property/class.uitts.inc.php
    trunk/phpgwapi/templates/mobilefrontend/head.inc.php
    trunk/phpgwapi/templates/mobilefrontend/head.tpl

Added Paths:
-----------
    trunk/manual/js/portico/documents.view.js
    trunk/mobilefrontend/manual/
    trunk/mobilefrontend/manual/class.uidocuments.inc.php

Property Changed:
----------------
    trunk/mobilefrontend/controller/class.uicalendar.inc.php
    trunk/mobilefrontend/controller/class.uicase.inc.php
    trunk/mobilefrontend/controller/class.uicheck_list.inc.php
    trunk/mobilefrontend/controller/class.uicheck_list_for_component.inc.php
    trunk/mobilefrontend/controller/class.uicontrol.inc.php
    trunk/mobilefrontend/controller/class.uicontrol_group.inc.php
    trunk/mobilefrontend/controller/class.uicontrol_group_component.inc.php
    trunk/mobilefrontend/controller/class.uicontrol_item.inc.php
    
trunk/mobilefrontend/controller/class.uicontrol_register_to_component.inc.php
    trunk/mobilefrontend/controller/class.uicontrol_register_to_location.inc.php
    trunk/mobilefrontend/controller/class.uidocument.inc.php
    trunk/mobilefrontend/controller/class.uiprocedure.inc.php
    trunk/mobilefrontend/home.php
    trunk/mobilefrontend/inc/class.bocommon.inc.php
    trunk/mobilefrontend/inc/class.hook_helper.inc.php
    trunk/mobilefrontend/inc/class.menu.inc.php
    trunk/mobilefrontend/login.php
    trunk/mobilefrontend/logout.php
    trunk/mobilefrontend/property/class.uilocation.inc.php
    trunk/mobilefrontend/property/class.uilookup.inc.php
    trunk/mobilefrontend/property/class.uitts.inc.php

Modified: trunk/manual/inc/class.menu.inc.php
===================================================================
--- trunk/manual/inc/class.menu.inc.php 2013-12-06 14:39:35 UTC (rev 11510)
+++ trunk/manual/inc/class.menu.inc.php 2013-12-08 20:57:07 UTC (rev 11511)
@@ -95,6 +95,12 @@
                                        'url'   => 
$GLOBALS['phpgw']->link('/index.php', array( 'menuaction' => 
'manual.uidocuments.add' )),
                                        'image' => array('property', 
'location_1'),
                                ),
+                               'view' => array
+                               (
+                                       'text'  => lang('view'),
+                                       'url'   => 
$GLOBALS['phpgw']->link('/index.php', array( 'menuaction' => 
'manual.uidocuments.view' )),
+                                       'image' => array('property', 
'location_1'),
+                               ),
                        );
 
                        if ( 
isset($GLOBALS['phpgw_info']['user']['apps']['preferences']) )

Modified: trunk/manual/inc/class.uidocuments.inc.php
===================================================================
--- trunk/manual/inc/class.uidocuments.inc.php  2013-12-06 14:39:35 UTC (rev 
11510)
+++ trunk/manual/inc/class.uidocuments.inc.php  2013-12-08 20:57:07 UTC (rev 
11511)
@@ -43,17 +43,8 @@
                        'add'                                           => true,
                        'edit'                                          => true,
                        'save'                                          => true,
-                       'delete'                                        => true,
-                       'delete_imported_records'       => true,
-                       'get_vendors'                           => true,
-                       'get_users'                                     => true,
-                       'edit_survey_title'                     => true,
                        'get_files'                                     => true,
-                       'get_request'                           => true,
-                       'get_summation'                         => true,
                        'view_file'                                     => true,
-                       'import'                                        => true,
-                       'download'                                      => true
                );
 
                public function __construct()
@@ -369,6 +360,7 @@
 
                        if($mode == 'view')
                        {
+                               
$GLOBALS['phpgw_info']['flags']['menu_selection'] = "manual::view";
                                if( !$this->acl_read)
                                {
                                        $this->bocommon->no_access();
@@ -384,7 +376,6 @@
                                }
                        }
 
-
                        $categories = $this->_get_categories($cat_id);
 
 
@@ -393,10 +384,12 @@
                        $file_def = array
                        (
                                array('key' => 
'file_name','label'=>lang('Filename'),'sortable'=>false,'resizeable'=>true),
-                               array('key' => 
'delete_file','label'=>lang('Delete 
file'),'sortable'=>false,'resizeable'=>true),
                        );
+                       if($mode == 'edit')
+                       {
+                               $file_def[1]= array('key' => 
'delete_file','label'=>lang('Delete 
file'),'sortable'=>false,'resizeable'=>true);
+                       }
 
-
                        $datatable_def = array();
                        $datatable_def[] = array
                        (
@@ -423,13 +416,13 @@
                                self::add_javascript('phpgwapi', 'yui3', 
'yui/yui-min.js');
                                self::add_javascript('phpgwapi', 'yui3', 
'gallery-formvalidator/gallery-formvalidator-min.js');
                                
$GLOBALS['phpgw']->css->add_external_file('phpgwapi/js/yui3/gallery-formvalidator/validatorCss.css');
+                               self::add_javascript('phpgwapi', 'tinybox2', 
'packed.js');      
+                               
$GLOBALS['phpgw']->css->add_external_file('phpgwapi/js/tinybox2/style.css');
+                               self::add_javascript('manual', 'portico', 
'documents.add.js');
                        }
 
-                       self::add_javascript('manual', 'portico', 
'documents.add.js');
+                       self::add_javascript('manual', 'portico', 
'documents.view.js');
 
-                       self::add_javascript('phpgwapi', 'tinybox2', 
'packed.js');
-                       
$GLOBALS['phpgw']->css->add_external_file('phpgwapi/js/tinybox2/style.css');
-
 //                     $GLOBALS['phpgw_info']['server']['no_jscombine'] = true;
 
                        self::render_template_xsl(array('documents_add'), 
$data);
@@ -491,21 +484,38 @@
                                return;
                        }
 
+                       $cat_filter = array();
+                       if($cat_id)
+                       {
+                               $cats   = CreateObject('phpgwapi.categories', 
-1, 'manual', $this->acl_location);
+                               $cats->supress_info     = true;
+                               $cat_list_files = $cats->return_sorted_array(0, 
false, '', '', '', false, $cat_id, false);
+                               $cat_filter[] = $cat_id;
+                               foreach ($cat_list_files as $_category)
+                               {
+                                       $cat_filter[] = $_category['id'];
+                               }
+                       }
+
                        $link_file_data = array
                        (
                                'menuaction'    => 
'manual.uidocuments.view_file',
                                'cat_id'                => $cat_id
                        );
 
+                       $files = array();
 
                        $link_view_file = self::link($link_file_data);
 
                        $vfs = CreateObject('phpgwapi.vfs');
                        $vfs->override_acl = 1;
 
-                       $files = $vfs->ls(array(
-                               'string' => "/manual/{$cat_id}",
-                               'relatives' => array(RELATIVE_NONE)));
+                       foreach ($cat_filter as $_cat_id)
+                       {
+                               $files = array_merge($files, $vfs->ls(array(
+                                       'string' => "/manual/{$_cat_id}",
+                                       'relatives' => array(RELATIVE_NONE))));
+                       }
 
                        $vfs->override_acl = 0;
 
@@ -549,7 +559,7 @@
                                 'ResultSet' => array(
                                        'totalResultsAvailable' => 
$total_records,
                                        'startIndex' => $start,
-                                       'sortKey' => 'type', 
+                                       'sortKey' => 'file_name', 
                                        'sortDir' => "ASC", 
                                        'Result' => $values,
                                        'pageSize' => $num_rows,
@@ -582,7 +592,6 @@
                        $cat_id         = phpgw::get_var('cat_id', 'int', 
'REQUEST');
                        $file_name      = 
html_entity_decode(urldecode(phpgw::get_var('file_name')));
                        $file           = 
"{$bofiles->fakebase}/{$cat_id}/{$file_name}";
-
                        $bofiles->view_file('',$file);
                }
 

Added: trunk/manual/js/portico/documents.view.js
===================================================================
--- trunk/manual/js/portico/documents.view.js                           (rev 0)
+++ trunk/manual/js/portico/documents.view.js   2013-12-08 20:57:07 UTC (rev 
11511)
@@ -0,0 +1,7 @@
+       function refresh_files()
+       {
+               var cat_id = document.getElementById("cat_id").value;
+               var oArgs = {menuaction:'manual.uidocuments.get_files', 
cat_id:cat_id};
+               var strURL = phpGWLink('index.php', oArgs, true);
+               YAHOO.portico.updateinlineTableHelper('datatable-container_0', 
strURL);
+       }

Modified: trunk/manual/setup/phpgw_no.lang
===================================================================
--- trunk/manual/setup/phpgw_no.lang    2013-12-06 14:39:35 UTC (rev 11510)
+++ trunk/manual/setup/phpgw_no.lang    2013-12-08 20:57:07 UTC (rev 11511)
@@ -10,4 +10,8 @@
 Please give som details        manual  no      Angi beskrivelse
 send   manual  no      Send
 support        common  no      Support
-
+filename       common  no      Filnavn
+no category    common  no      Ingen kategori
+documents      common  no      Dokumenter
+click to view file     manual  no      Klikk for å laste ned
+manual common  no      Manual

Modified: trunk/manual/templates/base/documents_add.xsl
===================================================================
--- trunk/manual/templates/base/documents_add.xsl       2013-12-06 14:39:35 UTC 
(rev 11510)
+++ trunk/manual/templates/base/documents_add.xsl       2013-12-08 20:57:07 UTC 
(rev 11511)
@@ -61,11 +61,9 @@
                                                                </select>
                                                        </xsl:when>
                                                        <xsl:otherwise>
-                                                               <xsl:for-each 
select="categories/options">
-                                                                       <xsl:if 
test="selected = 'selected' or selected = 1">
-                                                                               
<xsl:value-of disable-output-escaping="yes" select="name"/>
-                                                                       
</xsl:if>
-                                                               </xsl:for-each>
+                                                               <select 
id="cat_id" name="cat_id" onChange="refresh_files();"> 
+                                                                       
<xsl:apply-templates select="categories/options"/>
+                                                               </select>
                                                        </xsl:otherwise>
                                                </xsl:choose>
                                        </dd>
@@ -93,25 +91,30 @@
                                </dl>
                        </div>
                        </div>
-                               <dl class="proplist-col">
-                                               <div class="form-buttons">
-                                                       <xsl:variable 
name="lang_cancel"><xsl:value-of select="php:function('lang', 'cancel')" 
/></xsl:variable>
-                                                       <xsl:choose>
-                                                               <xsl:when 
test="editable = 1">
-                                                                       
<xsl:variable name="lang_save"><xsl:value-of select="php:function('lang', 
'save')" /></xsl:variable>
-                                                                       <input 
type="submit" name="save_project" value="{$lang_save}" title = "{$lang_save}" />
-                                                                       <input 
class="button" type="button" name="cancelButton" id ='cancelButton' 
value="{$lang_cancel}" title = "{$lang_cancel}" 
onClick="document.cancel_form.submit();"/>
-                                                               </xsl:when>
-                                                               <xsl:otherwise>
-                                                                       
<xsl:variable name="lang_edit"><xsl:value-of select="php:function('lang', 
'edit')" /></xsl:variable>
-                                                                       
<xsl:variable name="lang_new_survey"><xsl:value-of select="php:function('lang', 
'new')" /></xsl:variable>
-                                                                       <input 
type="button" name="edit_survey" value="{$lang_edit}" title = "{$lang_edit}"  
onClick="document.load_edit_form.submit();"/>
-                                                                       <input 
type="button" name="new_survey" value="{$lang_new_survey}" title = 
"{$lang_new_survey}" onClick="document.new_form.submit();"/>
-                                                                       <input 
class="button" type="button" name="cancelButton" id ='cancelButton' 
value="{$lang_cancel}" title = "{$lang_cancel}" 
onClick="document.cancel_form.submit();"/>
-                                                               </xsl:otherwise>
-                                                       </xsl:choose>
-                                               </div>
-                               </dl>
+                       <xsl:choose>
+                               <xsl:when test="editable = 1">
+                                       <dl class="proplist-col">
+                                                       <div 
class="form-buttons">
+                                                               <xsl:variable 
name="lang_cancel"><xsl:value-of select="php:function('lang', 'cancel')" 
/></xsl:variable>
+                                                               <xsl:choose>
+                                                                       
<xsl:when test="editable = 1">
+                                                                               
<xsl:variable name="lang_save"><xsl:value-of select="php:function('lang', 
'save')" /></xsl:variable>
+                                                                               
<input type="submit" name="save_project" value="{$lang_save}" title = 
"{$lang_save}" />
+                                                                               
<input class="button" type="button" name="cancelButton" id ='cancelButton' 
value="{$lang_cancel}" title = "{$lang_cancel}" 
onClick="document.cancel_form.submit();"/>
+                                                                       
</xsl:when>
+                                                                       
<xsl:otherwise>
+                                                                               
<xsl:variable name="lang_edit"><xsl:value-of select="php:function('lang', 
'edit')" /></xsl:variable>
+                                                                               
<xsl:variable name="lang_new_survey"><xsl:value-of select="php:function('lang', 
'new')" /></xsl:variable>
+                                                                               
<input type="button" name="edit_survey" value="{$lang_edit}" title = 
"{$lang_edit}"  onClick="document.load_edit_form.submit();"/>
+                                                                               
<input type="button" name="new_survey" value="{$lang_new_survey}" title = 
"{$lang_new_survey}" onClick="document.new_form.submit();"/>
+                                                                               
<input class="button" type="button" name="cancelButton" id ='cancelButton' 
value="{$lang_cancel}" title = "{$lang_cancel}" 
onClick="document.cancel_form.submit();"/>
+                                                                       
</xsl:otherwise>
+                                                               </xsl:choose>
+                                                       </div>
+                                               </dl>
+                                       </xsl:when>
+                               </xsl:choose>
+
                        </form>
                </div>
 

Modified: trunk/mobilefrontend/controller/class.uicalendar.inc.php
===================================================================
--- trunk/mobilefrontend/controller/class.uicalendar.inc.php    2013-12-06 
14:39:35 UTC (rev 11510)
+++ trunk/mobilefrontend/controller/class.uicalendar.inc.php    2013-12-08 
20:57:07 UTC (rev 11511)
@@ -26,7 +26,7 @@
         * @internal Development of this application was funded by 
http://www.bergen.kommune.no/
         * @package property
         * @subpackage controller
-        * @version $Id: class.uicalendar.inc.php 10753 2013-02-06 06:52:12Z 
vator $
+        * @version $Id$
         */
 
        phpgw::import_class('controller.uicalendar');


Property changes on: trunk/mobilefrontend/controller/class.uicalendar.inc.php
___________________________________________________________________
Added: svn:keywords
   + Revision Author Id

Modified: trunk/mobilefrontend/controller/class.uicase.inc.php
===================================================================
--- trunk/mobilefrontend/controller/class.uicase.inc.php        2013-12-06 
14:39:35 UTC (rev 11510)
+++ trunk/mobilefrontend/controller/class.uicase.inc.php        2013-12-08 
20:57:07 UTC (rev 11511)
@@ -25,7 +25,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/
        * @package property
        * @subpackage controller
-       * @version $Id: class.uicontrol.inc.php 10804 2013-02-13 13:24:06Z 
sigurdne $
+       * @version $Id$
        */      
 
        


Property changes on: trunk/mobilefrontend/controller/class.uicase.inc.php
___________________________________________________________________
Added: svn:keywords
   + Revision Author Id

Modified: trunk/mobilefrontend/controller/class.uicheck_list.inc.php
===================================================================
--- trunk/mobilefrontend/controller/class.uicheck_list.inc.php  2013-12-06 
14:39:35 UTC (rev 11510)
+++ trunk/mobilefrontend/controller/class.uicheck_list.inc.php  2013-12-08 
20:57:07 UTC (rev 11511)
@@ -25,7 +25,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/
        * @package property
        * @subpackage controller
-       * @version $Id: class.uicheck_list.inc.php 10834 2013-02-14 12:57:59Z 
vator $
+       * @version $Id$
        */
        
        phpgw::import_class('controller.uicheck_list');


Property changes on: trunk/mobilefrontend/controller/class.uicheck_list.inc.php
___________________________________________________________________
Added: svn:keywords
   + Revision Author Id

Modified: 
trunk/mobilefrontend/controller/class.uicheck_list_for_component.inc.php
===================================================================
--- trunk/mobilefrontend/controller/class.uicheck_list_for_component.inc.php    
2013-12-06 14:39:35 UTC (rev 11510)
+++ trunk/mobilefrontend/controller/class.uicheck_list_for_component.inc.php    
2013-12-08 20:57:07 UTC (rev 11511)
@@ -25,7 +25,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/
        * @package property
        * @subpackage controller
-       * @version $Id: class.uicheck_list_for_component.inc.php 10631 
2013-01-02 09:15:56Z vator $
+       * @version $Id$
        */      
 
 


Property changes on: 
trunk/mobilefrontend/controller/class.uicheck_list_for_component.inc.php
___________________________________________________________________
Added: svn:keywords
   + Revision Author Id

Modified: trunk/mobilefrontend/controller/class.uicontrol.inc.php
===================================================================
--- trunk/mobilefrontend/controller/class.uicontrol.inc.php     2013-12-06 
14:39:35 UTC (rev 11510)
+++ trunk/mobilefrontend/controller/class.uicontrol.inc.php     2013-12-08 
20:57:07 UTC (rev 11511)
@@ -25,7 +25,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/
        * @package property
        * @subpackage controller
-       * @version $Id: class.uicontrol.inc.php 10804 2013-02-13 13:24:06Z 
sigurdne $
+       * @version $Id$
        */      
 
        


Property changes on: trunk/mobilefrontend/controller/class.uicontrol.inc.php
___________________________________________________________________
Added: svn:keywords
   + Revision Author Id

Modified: trunk/mobilefrontend/controller/class.uicontrol_group.inc.php
===================================================================
--- trunk/mobilefrontend/controller/class.uicontrol_group.inc.php       
2013-12-06 14:39:35 UTC (rev 11510)
+++ trunk/mobilefrontend/controller/class.uicontrol_group.inc.php       
2013-12-08 20:57:07 UTC (rev 11511)
@@ -25,7 +25,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/
        * @package property
        * @subpackage controller
-       * @version $Id: class.uicontrol_group.inc.php 10633 2013-01-02 
09:21:05Z vator $
+       * @version $Id$
        */      
 
 


Property changes on: 
trunk/mobilefrontend/controller/class.uicontrol_group.inc.php
___________________________________________________________________
Added: svn:keywords
   + Revision Author Id

Modified: 
trunk/mobilefrontend/controller/class.uicontrol_group_component.inc.php
===================================================================
--- trunk/mobilefrontend/controller/class.uicontrol_group_component.inc.php     
2013-12-06 14:39:35 UTC (rev 11510)
+++ trunk/mobilefrontend/controller/class.uicontrol_group_component.inc.php     
2013-12-08 20:57:07 UTC (rev 11511)
@@ -25,7 +25,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/
        * @package property
        * @subpackage controller
-       * @version $Id: class.uicontrol_group_component.inc.php 10810 
2013-02-13 19:49:14Z sigurdne $
+       * @version $Id$
        */      
 
 


Property changes on: 
trunk/mobilefrontend/controller/class.uicontrol_group_component.inc.php
___________________________________________________________________
Added: svn:keywords
   + Revision Author Id

Modified: trunk/mobilefrontend/controller/class.uicontrol_item.inc.php
===================================================================
--- trunk/mobilefrontend/controller/class.uicontrol_item.inc.php        
2013-12-06 14:39:35 UTC (rev 11510)
+++ trunk/mobilefrontend/controller/class.uicontrol_item.inc.php        
2013-12-08 20:57:07 UTC (rev 11511)
@@ -25,7 +25,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/
        * @package property
        * @subpackage controller
-       * @version $Id: class.uicontrol_item.inc.php 10787 2013-02-11 12:55:58Z 
vator $
+       * @version $Id$
        */
 
 


Property changes on: 
trunk/mobilefrontend/controller/class.uicontrol_item.inc.php
___________________________________________________________________
Added: svn:keywords
   + Revision Author Id

Modified: 
trunk/mobilefrontend/controller/class.uicontrol_register_to_component.inc.php
===================================================================
--- 
trunk/mobilefrontend/controller/class.uicontrol_register_to_component.inc.php   
    2013-12-06 14:39:35 UTC (rev 11510)
+++ 
trunk/mobilefrontend/controller/class.uicontrol_register_to_component.inc.php   
    2013-12-08 20:57:07 UTC (rev 11511)
@@ -26,7 +26,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/
        * @package property
        * @subpackage controller
-       * @version $Id: class.uicontrol_register_to_component.inc.php 10810 
2013-02-13 19:49:14Z sigurdne $
+       * @version $Id$
        */
        
        phpgw::import_class('controller.uicontrol_register_to_component');


Property changes on: 
trunk/mobilefrontend/controller/class.uicontrol_register_to_component.inc.php
___________________________________________________________________
Added: svn:keywords
   + Revision Author Id

Modified: 
trunk/mobilefrontend/controller/class.uicontrol_register_to_location.inc.php
===================================================================
--- 
trunk/mobilefrontend/controller/class.uicontrol_register_to_location.inc.php    
    2013-12-06 14:39:35 UTC (rev 11510)
+++ 
trunk/mobilefrontend/controller/class.uicontrol_register_to_location.inc.php    
    2013-12-08 20:57:07 UTC (rev 11511)
@@ -26,7 +26,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/
        * @package property
        * @subpackage controller
-       * @version $Id: class.uicontrol_register_to_location.inc.php 10810 
2013-02-13 19:49:14Z sigurdne $
+       * @version $Id$
        */
        
                


Property changes on: 
trunk/mobilefrontend/controller/class.uicontrol_register_to_location.inc.php
___________________________________________________________________
Added: svn:keywords
   + Revision Author Id

Modified: trunk/mobilefrontend/controller/class.uidocument.inc.php
===================================================================
--- trunk/mobilefrontend/controller/class.uidocument.inc.php    2013-12-06 
14:39:35 UTC (rev 11510)
+++ trunk/mobilefrontend/controller/class.uidocument.inc.php    2013-12-08 
20:57:07 UTC (rev 11511)
@@ -25,7 +25,7 @@
     * @internal Development of this application was funded by 
http://www.bergen.kommune.no/
     * @package property
     * @subpackage controller
-    * @version $Id: class.uidocument.inc.php 10346 2012-10-25 06:27:55Z vator $
+    * @version $Id$
     */ 
 
 


Property changes on: trunk/mobilefrontend/controller/class.uidocument.inc.php
___________________________________________________________________
Added: svn:keywords
   + Revision Author Id

Modified: trunk/mobilefrontend/controller/class.uiprocedure.inc.php
===================================================================
--- trunk/mobilefrontend/controller/class.uiprocedure.inc.php   2013-12-06 
14:39:35 UTC (rev 11510)
+++ trunk/mobilefrontend/controller/class.uiprocedure.inc.php   2013-12-08 
20:57:07 UTC (rev 11511)
@@ -25,7 +25,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/
        * @package property
        * @subpackage controller
-       * @version $Id: class.uiprocedure.inc.php 10789 2013-02-11 13:01:07Z 
vator $
+       * @version $Id$
        */      
 
 


Property changes on: trunk/mobilefrontend/controller/class.uiprocedure.inc.php
___________________________________________________________________
Added: svn:keywords
   + Revision Author Id

Modified: trunk/mobilefrontend/home.php
===================================================================
--- trunk/mobilefrontend/home.php       2013-12-06 14:39:35 UTC (rev 11510)
+++ trunk/mobilefrontend/home.php       2013-12-08 20:57:07 UTC (rev 11511)
@@ -7,7 +7,7 @@
        * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package phpgroupware
-       * @version $Id: home.php 2094 2009-01-12 14:29:43Z sigurd $
+       * @version $Id$
        */
 
        /**


Property changes on: trunk/mobilefrontend/home.php
___________________________________________________________________
Added: svn:keywords
   + Revision Author Id

Modified: trunk/mobilefrontend/inc/class.bocommon.inc.php
===================================================================
--- trunk/mobilefrontend/inc/class.bocommon.inc.php     2013-12-06 14:39:35 UTC 
(rev 11510)
+++ trunk/mobilefrontend/inc/class.bocommon.inc.php     2013-12-08 20:57:07 UTC 
(rev 11511)
@@ -24,7 +24,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage core
-       * @version $Id: class.bocommon.inc.php 10997 2013-03-18 11:56:29Z 
sigurdne $
+       * @version $Id$
        */
 
        /**


Property changes on: trunk/mobilefrontend/inc/class.bocommon.inc.php
___________________________________________________________________
Added: svn:keywords
   + Revision Author Id

Modified: trunk/mobilefrontend/inc/class.hook_helper.inc.php
===================================================================
--- trunk/mobilefrontend/inc/class.hook_helper.inc.php  2013-12-06 14:39:35 UTC 
(rev 11510)
+++ trunk/mobilefrontend/inc/class.hook_helper.inc.php  2013-12-08 20:57:07 UTC 
(rev 11511)
@@ -6,7 +6,7 @@
         * @copyright Copyright (C) 2013 Free Software Foundation, Inc. 
http://www.fsf.org/
         * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
         * @package controller
-        * @version $Id: class.hook_helper.inc.php 10919 2013-02-18 14:47:02Z 
sigurdne $
+        * @version $Id$
         */
 
        /*


Property changes on: trunk/mobilefrontend/inc/class.hook_helper.inc.php
___________________________________________________________________
Added: svn:keywords
   + Revision Author Id


Property changes on: trunk/mobilefrontend/inc/class.menu.inc.php
___________________________________________________________________
Added: svn:keywords
   + Revision Author Id

Modified: trunk/mobilefrontend/login.php
===================================================================
--- trunk/mobilefrontend/login.php      2013-12-06 14:39:35 UTC (rev 11510)
+++ trunk/mobilefrontend/login.php      2013-12-08 20:57:07 UTC (rev 11511)
@@ -8,7 +8,7 @@
         * @copyright Copyright (C) 2013 Free Software Foundation, Inc. 
http://www.fsf.org/
         * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
         * @package phpgroupware
-        * @version $Id: login.php 9960 2012-09-02 18:56:26Z sigurdne $
+        * @version $Id$
         */
 
        require_once '../phpgwapi/inc/class.login.inc.php';


Property changes on: trunk/mobilefrontend/login.php
___________________________________________________________________
Added: svn:keywords
   + Revision Author Id

Modified: trunk/mobilefrontend/logout.php
===================================================================
--- trunk/mobilefrontend/logout.php     2013-12-06 14:39:35 UTC (rev 11510)
+++ trunk/mobilefrontend/logout.php     2013-12-08 20:57:07 UTC (rev 11511)
@@ -7,7 +7,7 @@
        * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package phpgroupware
-       * @version $Id: logout.php 6669 2010-12-11 22:27:07Z sigurdne $
+       * @version $Id$
        */
 
        $GLOBALS['phpgw_info']        = array();


Property changes on: trunk/mobilefrontend/logout.php
___________________________________________________________________
Added: svn:keywords
   + Revision Author Id

Added: trunk/mobilefrontend/manual/class.uidocuments.inc.php
===================================================================
--- trunk/mobilefrontend/manual/class.uidocuments.inc.php                       
        (rev 0)
+++ trunk/mobilefrontend/manual/class.uidocuments.inc.php       2013-12-08 
20:57:07 UTC (rev 11511)
@@ -0,0 +1,40 @@
+<?php
+
+       /**
+        * phpGroupWare - property: a part of a Facilities Management System.
+        *
+        * @author Sigurd Nes <address@hidden>
+        * @copyright Copyright (C) 2011,2012 Free Software Foundation, Inc. 
http://www.fsf.org/
+        * This file is part of phpGroupWare.
+        *
+        * phpGroupWare is free software; you can redistribute it and/or modify
+        * it under the terms of the GNU General Public License as published by
+        * the Free Software Foundation; either version 2 of the License, or
+        * (at your option) any later version.
+        *
+        * phpGroupWare is distributed in the hope that it will be useful,
+        * but WITHOUT ANY WARRANTY; without even the implied warranty of
+        * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+        * GNU General Public License for more details.
+        *
+        * You should have received a copy of the GNU General Public License
+        * along with phpGroupWare; if not, write to the Free Software
+        * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  
02110-1301  USA
+        *
+        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/
+        * @package property
+        * @subpackage tts
+        * @version $Id$
+        */
+
+       phpgw::import_class('manual.uidocuments');
+
+       class mobilefrontend_uidocuments extends manual_uidocuments
+       {
+               public function __construct()
+               {
+                       parent::__construct();
+                       $GLOBALS['phpgw_info']['flags']['nonavbar'] = true;
+               }
+       }


Property changes on: trunk/mobilefrontend/manual/class.uidocuments.inc.php
___________________________________________________________________
Added: svn:keywords
   + Revision Author Id

Modified: trunk/mobilefrontend/property/class.uilocation.inc.php
===================================================================
--- trunk/mobilefrontend/property/class.uilocation.inc.php      2013-12-06 
14:39:35 UTC (rev 11510)
+++ trunk/mobilefrontend/property/class.uilocation.inc.php      2013-12-08 
20:57:07 UTC (rev 11511)
@@ -25,7 +25,7 @@
         * @internal Development of this application was funded by 
http://www.bergen.kommune.no/
         * @package property
         * @subpackage tts
-        * @version $Id: class.uitts.inc.php 10753 2013-02-06 06:52:12Z vator $
+        * @version $Id$
         */
 
        phpgw::import_class('property.uilocation');


Property changes on: trunk/mobilefrontend/property/class.uilocation.inc.php
___________________________________________________________________
Added: svn:keywords
   + Revision Author Id

Modified: trunk/mobilefrontend/property/class.uilookup.inc.php
===================================================================
--- trunk/mobilefrontend/property/class.uilookup.inc.php        2013-12-06 
14:39:35 UTC (rev 11510)
+++ trunk/mobilefrontend/property/class.uilookup.inc.php        2013-12-08 
20:57:07 UTC (rev 11511)
@@ -25,7 +25,7 @@
         * @internal Development of this application was funded by 
http://www.bergen.kommune.no/
         * @package property
         * @subpackage tts
-        * @version $Id: class.uilookup.inc.php 10753 2013-02-06 06:52:12Z 
vator $
+        * @version $Id$
         */
 
        phpgw::import_class('property.uilookup');


Property changes on: trunk/mobilefrontend/property/class.uilookup.inc.php
___________________________________________________________________
Added: svn:keywords
   + Revision Author Id

Modified: trunk/mobilefrontend/property/class.uitts.inc.php
===================================================================
--- trunk/mobilefrontend/property/class.uitts.inc.php   2013-12-06 14:39:35 UTC 
(rev 11510)
+++ trunk/mobilefrontend/property/class.uitts.inc.php   2013-12-08 20:57:07 UTC 
(rev 11511)
@@ -25,7 +25,7 @@
         * @internal Development of this application was funded by 
http://www.bergen.kommune.no/
         * @package property
         * @subpackage tts
-        * @version $Id: class.uitts.inc.php 10753 2013-02-06 06:52:12Z vator $
+        * @version $Id$
         */
 
        phpgw::import_class('property.uitts');


Property changes on: trunk/mobilefrontend/property/class.uitts.inc.php
___________________________________________________________________
Added: svn:keywords
   + Revision Author Id

Modified: trunk/phpgwapi/templates/mobilefrontend/head.inc.php
===================================================================
--- trunk/phpgwapi/templates/mobilefrontend/head.inc.php        2013-12-06 
14:39:35 UTC (rev 11510)
+++ trunk/phpgwapi/templates/mobilefrontend/head.inc.php        2013-12-08 
20:57:07 UTC (rev 11511)
@@ -74,6 +74,8 @@
                'current_user'  => $GLOBALS['phpgw']->accounts->get( 
$GLOBALS['phpgw_info']['user']['id'] )->__toString()
        );
 
+       $tpl_vars['manual_text'] = lang('manual');
+       $tpl_vars['manual_url'] = $GLOBALS['phpgw']->link('/index.php', array( 
'menuaction' => 'manual.uidocuments.view' ));
        $tpl_vars['home_text'] = lang('home');
        $tpl_vars['home_url'] = $GLOBALS['phpgw']->link('/home.php');
        $tpl_vars['logout_text'] = lang('logout');

Modified: trunk/phpgwapi/templates/mobilefrontend/head.tpl
===================================================================
--- trunk/phpgwapi/templates/mobilefrontend/head.tpl    2013-12-06 14:39:35 UTC 
(rev 11510)
+++ trunk/phpgwapi/templates/mobilefrontend/head.tpl    2013-12-08 20:57:07 UTC 
(rev 11511)
@@ -33,6 +33,7 @@
                <div id="wrapper">
                        <div id="header">
                                <div id="login-bar">
+                                       <a href="{manual_url}">{manual_text}</a>
                                        <a href="{home_url}">{home_text}</a>
                                        <a href="{logout_url}">{logout_text}</a>
                                </div>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]