<?php

include "common.php";
?>

<?php 
echo rental_uicommon::get_page_error($error);
echo rental_uicommon::get_page_message($message);
?>

<h1><img src="<?php 
echo RENTAL_TEMPLATE_PATH;
?>
images/32x32/x-office-address-book.png" /> <?php 
echo lang('sync_parties_identifier');
?>
</h1>

<?php 
$list_form = true;
$list_id = 'sync_parties_identifier';
$url_add_on = '&amp;type=sync_parties_identifier';
$extra_cols = array(array("key" => "service_id", "label" => lang('service_id'), "index" => 3), array("key" => "responsibility_id", "label" => lang('responsibility_id'), "index" => 4), array("key" => "identifier", "label" => lang('identifier'), "index" => 5), array("key" => "sync_message", "label" => lang('sync_message'), "index" => 6), array("key" => "org_unit_name", "label" => lang('org_unit_name'), "index" => 7));
include 'party_list_partial.php';
Esempio n. 2
0
	<input type="submit" name="next" value="<?php 
echo lang('bill2');
?>
"/>
</div>

<div id="user_messages">
	<h3>Meldinger</h3>
	<?php 
echo rental_uicommon::get_page_error($errorMsgs);
?>
	<?php 
echo rental_uicommon::get_page_warning($warningMsgs);
?>
	<?php 
echo rental_uicommon::get_page_message($infoMsgs);
?>
</div>

<div id="list_navigation">
	<h3>Kontrakter i kjøring</h3>
	<ul>
		<li><a href="#non_cycle"><?php 
echo lang('contracts_out_of_cycle');
?>
 (<?php 
echo count($irregular_contracts);
?>
)</a></li>
		<li><a href="#one_time"><?php 
echo lang('contracts_with_one_time');
Esempio n. 3
0
			element.innerHTML ='<p class="error"><?php 
echo lang('messages_fontpage_not_saved');
?>
</p>';
		}

	}

	new YAHOO.widget.Button('saveSetup',{onclick: {fn:savePanelConfigurations, scope: panels}});
	new YAHOO.widget.Button('resetSetup',{onclick: {fn:resetPanelConfigurations, scope: panels}});
});

</script>
<?php 
echo rental_uicommon::get_page_error($error);
echo rental_uicommon::get_page_message(phpgw::get_var('message'));
?>

<h1><img src="<?php 
echo RENTAL_TEMPLATE_PATH;
?>
images/32x32/places/user-desktop.png" /> <?php 
echo lang('dashboard_title');
?>
</h1>



<fieldset>
	<h3><?php 
echo lang('panels');