mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-14 07:02:34 +01:00
12 lines
298 B
XML
12 lines
298 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<dashboard>
|
|
<locations class="foo">
|
|
<location for="bar" checked="different">
|
|
<infowindowtab>
|
|
<tab title="Location"><![CDATA[blabla]]></tab>
|
|
<tab title="Users"><![CDATA[blublu]]></tab>
|
|
</infowindowtab>
|
|
</location>
|
|
</locations>
|
|
</dashboard>
|