mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:39:07 +01:00
Add view templates.
This commit is contained in:
parent
9b1dcbfefb
commit
6465766f8f
37
addressbook/templates/default/view.tpl
Normal file
37
addressbook/templates/default/view.tpl
Normal file
@ -0,0 +1,37 @@
|
||||
|
||||
<!-- BEGIN view header -->
|
||||
{view_header}
|
||||
<!-- END view header -->
|
||||
<!-- BEGIN view columns-->
|
||||
{cols}
|
||||
<!-- END view columns -->
|
||||
|
||||
<!-- BEGIN view -->
|
||||
<TABLE border="0" cellpadding="1" cellspacing="1">
|
||||
<TR>
|
||||
<TD align="left">
|
||||
{edit_link}
|
||||
</TD>
|
||||
<TD align=left>
|
||||
{vcard_link}
|
||||
<input type="hidden" name="ab_id" value="{ab_id}">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<input type="submit" name="VCardform" value="{lang_vcard}">
|
||||
</form>
|
||||
</TD>
|
||||
<TD align="left">
|
||||
{done_link}
|
||||
<input type="hidden" name="ab_id" value="{ab_id}">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<input type="submit" name="Doneform" value="{lang_done}">
|
||||
</form>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<!-- END view -->
|
37
addressbook/templates/justweb/view.tpl
Normal file
37
addressbook/templates/justweb/view.tpl
Normal file
@ -0,0 +1,37 @@
|
||||
|
||||
<!-- BEGIN view header -->
|
||||
{view_header}
|
||||
<!-- END view header -->
|
||||
<!-- BEGIN view columns-->
|
||||
{cols}
|
||||
<!-- END view columns -->
|
||||
|
||||
<!-- BEGIN view -->
|
||||
<TABLE border="0" cellpadding="1" cellspacing="1">
|
||||
<TR>
|
||||
<TD align="left">
|
||||
{edit_link}
|
||||
</TD>
|
||||
<TD align=left>
|
||||
{vcard_link}
|
||||
<input type="hidden" name="ab_id" value="{ab_id}">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<input type="submit" name="VCardform" value="{lang_vcard}">
|
||||
</form>
|
||||
</TD>
|
||||
<TD align="left">
|
||||
{done_link}
|
||||
<input type="hidden" name="ab_id" value="{ab_id}">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<input type="submit" name="Doneform" value="{lang_done}">
|
||||
</form>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<!-- END view -->
|
37
addressbook/templates/verdilak/view.tpl
Normal file
37
addressbook/templates/verdilak/view.tpl
Normal file
@ -0,0 +1,37 @@
|
||||
|
||||
<!-- BEGIN view header -->
|
||||
{view_header}
|
||||
<!-- END view header -->
|
||||
<!-- BEGIN view columns-->
|
||||
{cols}
|
||||
<!-- END view columns -->
|
||||
|
||||
<!-- BEGIN view -->
|
||||
<TABLE border="0" cellpadding="1" cellspacing="1">
|
||||
<TR>
|
||||
<TD align="left">
|
||||
{edit_link}
|
||||
</TD>
|
||||
<TD align=left>
|
||||
{vcard_link}
|
||||
<input type="hidden" name="ab_id" value="{ab_id}">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<input type="submit" name="VCardform" value="{lang_vcard}">
|
||||
</form>
|
||||
</TD>
|
||||
<TD align="left">
|
||||
{done_link}
|
||||
<input type="hidden" name="ab_id" value="{ab_id}">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<input type="submit" name="Doneform" value="{lang_done}">
|
||||
</form>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<!-- END view -->
|
Loading…
Reference in New Issue
Block a user