fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14588] template quick shift


From: Sigurd Nes
Subject: [Fmsystem-commits] [14588] template quick shift
Date: Mon, 14 Dec 2015 07:59:30 +0000

Revision: 14588
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14588
Author:   sigurdne
Date:     2015-12-14 07:59:21 +0000 (Mon, 14 Dec 2015)
Log Message:
-----------
template quick shift

Modified Paths:
--------------
    branches/dev-syncromind/phpgwapi/templates/portico/head.inc.php
    branches/dev-syncromind/phpgwapi/templates/pure/head.inc.php

Modified: branches/dev-syncromind/phpgwapi/templates/portico/head.inc.php
===================================================================
--- branches/dev-syncromind/phpgwapi/templates/portico/head.inc.php     
2015-12-13 17:13:56 UTC (rev 14587)
+++ branches/dev-syncromind/phpgwapi/templates/portico/head.inc.php     
2015-12-14 07:59:21 UTC (rev 14588)
@@ -105,8 +105,8 @@
        $template_selector = <<<HTML
 
    <select id = "template_selector">
-       <option value="pure"{$selecte_pure}>Template 1</option>
-       <option value="portico"{$selecte_portico}>Template 2</option>
+       <option value="pure"{$selecte_pure}>Mobil</option>
+       <option value="portico"{$selecte_portico}>Desktop</option>
    </select>
 HTML;
        // Construct navbar_config by taking into account the current selected 
menu

Modified: branches/dev-syncromind/phpgwapi/templates/pure/head.inc.php
===================================================================
--- branches/dev-syncromind/phpgwapi/templates/pure/head.inc.php        
2015-12-13 17:13:56 UTC (rev 14587)
+++ branches/dev-syncromind/phpgwapi/templates/pure/head.inc.php        
2015-12-14 07:59:21 UTC (rev 14588)
@@ -102,8 +102,8 @@
        $template_selector = <<<HTML
 
    <select id = "template_selector">
-       <option value="pure"{$selecte_pure}>Template 1</option>
-       <option value="portico"{$selecte_portico}>Template 2</option>
+       <option value="pure"{$selecte_pure}>Mobil</option>
+       <option value="portico"{$selecte_portico}>Desktop</option>
    </select>
 HTML;
 




reply via email to

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