[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Fmsystem-commits] [16283] eventplanner: formatting
From: |
sigurdne |
Subject: |
[Fmsystem-commits] [16283] eventplanner: formatting |
Date: |
Wed, 8 Feb 2017 13:18:09 -0500 (EST) |
Revision: 16283
http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16283
Author: sigurdne
Date: 2017-02-08 13:18:09 -0500 (Wed, 08 Feb 2017)
Log Message:
-----------
eventplanner: formatting
Modified Paths:
--------------
trunk/eventplannerfrontend/inc/class.hook_helper.inc.php
trunk/eventplannerfrontend/inc/custom/default/Altinn2_Bergen_kommune.php
trunk/property/setup/tables_current.inc.php
Added Paths:
-----------
trunk/eventplannerfrontend/templates/base/css/
trunk/eventplannerfrontend/templates/base/css/base.css
Removed Paths:
-------------
trunk/eventplannerfrontend/css/
Modified: trunk/eventplannerfrontend/inc/class.hook_helper.inc.php
===================================================================
--- trunk/eventplannerfrontend/inc/class.hook_helper.inc.php 2017-02-08
18:17:12 UTC (rev 16282)
+++ trunk/eventplannerfrontend/inc/class.hook_helper.inc.php 2017-02-08
18:18:09 UTC (rev 16283)
@@ -171,19 +171,22 @@
$message = 'Velg organisasjon';
$org_select = <<<HTML
- <p>
+
<label for="org_id">Velg
Organisasjon:</label>
<select name="session_org_id"
id="org_id" onChange="this.form.submit();">
{$org_option}
</select>
- </p>
+
HTML;
}
$html = <<<HTML
- <form action="{$action}" method="POST">
- $org_select
- </form>
+
+ <div id="organsation_select">
+ <form action="{$action}" method="POST">
+ $org_select
+ </form>
+ </div>
HTML;
echo $html;
Modified:
trunk/eventplannerfrontend/inc/custom/default/Altinn2_Bergen_kommune.php
===================================================================
--- trunk/eventplannerfrontend/inc/custom/default/Altinn2_Bergen_kommune.php
2017-02-08 18:17:12 UTC (rev 16282)
+++ trunk/eventplannerfrontend/inc/custom/default/Altinn2_Bergen_kommune.php
2017-02-08 18:18:09 UTC (rev 16283)
@@ -90,7 +90,7 @@
try
{
$action = "";
- // $response = $client->__doRequest($request,
$location_URL, $action, 1);
+ $response = $client->__doRequest($request,
$location_URL, $action, 1);
$reader = new XMLReader();
$reader->xml($response);
Added: trunk/eventplannerfrontend/templates/base/css/base.css
===================================================================
--- trunk/eventplannerfrontend/templates/base/css/base.css
(rev 0)
+++ trunk/eventplannerfrontend/templates/base/css/base.css 2017-02-08
18:18:09 UTC (rev 16283)
@@ -0,0 +1,8 @@
+#organsation_select
+{
+ position: absolute;
+ z-index: 10;
+ background: white;
+ top: 0;
+ right: 0
+}
\ No newline at end of file
Modified: trunk/property/setup/tables_current.inc.php
===================================================================
--- trunk/property/setup/tables_current.inc.php 2017-02-08 18:17:12 UTC (rev
16282)
+++ trunk/property/setup/tables_current.inc.php 2017-02-08 18:18:09 UTC (rev
16283)
@@ -64,8 +64,8 @@
'contact_email' => array('type' => 'varchar',
'precision' => '64', 'nullable' => True),
'category' => array('type' => 'int',
'precision' => '4', 'nullable' => True),
'phpgw_account_id' => array('type' => 'int',
'precision' => '4', 'nullable' => True),
- 'account_lid' => array('type' => 'varchar',
'precision' => '25', 'nullable' => True),
- 'account_pwd' => array('type' => 'varchar',
'precision' => '32', 'nullable' => True),
+ 'account_lid' => array('type' => 'varchar',
'precision' => 100, 'nullable' => True),
+ 'account_pwd' => array('type' => 'varchar',
'precision' => 115, 'nullable' => True),
'account_status' => array('type' => 'int',
'precision' => '4', 'nullable' => True,
'default' => '1'),
'owner_id' => array('type' => 'int',
'precision' => '4', 'nullable' => True)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Fmsystem-commits] [16283] eventplanner: formatting,
sigurdne <=