mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
Heavy rework of the calendar component and user selection -> Sending of invitations TBD
Split function to allow compatibility to old API but use newer function with all mail addresses as parameter (not from event)
This commit is contained in:
parent
d5b66aae82
commit
3c8ddedd3e
@ -90,15 +90,15 @@
|
||||
<td colspan="3"><input type="text" name="ort" id="ort" size="40"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{|Termin mit|}:</td>
|
||||
<td>{|Termin mit Adresse|}:</td>
|
||||
<td colspan="3"><input type="text" name="adresse" id="adresse" size="40">[LINKADRESSE]</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{|Ansprechpartner|}:</td>
|
||||
<td>{|Ansprechpartner bei Adresse|}:</td>
|
||||
<td colspan="3"><input type="text" name="ansprechpartner" id="ansprechpartner" size="40">[LINKANSPRECHPARTNER]</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{|Verantwortlicher|}:</td>
|
||||
<td>{|Verantwortlicher intern|}:</td>
|
||||
<td colspan="3"><input type="text" name="adresseintern" id="adresseintern" size="40"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -198,7 +198,7 @@ input.auswahl,
|
||||
#TerminForm #projekt {
|
||||
background-image: url('../images/suche-icon.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 95% 50%;
|
||||
/* background-position: 95% 50%;*/
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user