mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-09 02:15:08 +00:00
Monotone-Parent: 48dcb8712cd5e36fe33ea44dde50cad68d94f5c3
Monotone-Revision: a02bbe9f2e1f3a2c472f0499b21e163f8b6170ec Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-26T19:26:50 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -10,8 +10,10 @@
|
||||
title="name"
|
||||
const:popup="YES"
|
||||
>
|
||||
<form var:href="saveURL" name="editform" id="mainForm">
|
||||
<div class="menu" id="categoriesMenu">
|
||||
</div>
|
||||
|
||||
<form var:href="saveURL" name="editform" id="mainForm">
|
||||
<var:if condition="isNew"><div id="addressBookSelector">
|
||||
<style type="text/css">DIV#editorTabs { top: 30px; };</style>
|
||||
<var:string label:value="Add to:" />
|
||||
@@ -27,6 +29,8 @@
|
||||
<li target="baseInfos">
|
||||
<span><var:string label:value="Contact" /></span>
|
||||
</li>
|
||||
<li target="categoryInfos">
|
||||
<span><var:string label:value="Categories" /></span></li>
|
||||
<li target="addressesInfos">
|
||||
<span><var:string label:value="Address" /></span></li>
|
||||
<li target="photos">
|
||||
@@ -171,6 +175,21 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div id="categoryInfos" class="tab">
|
||||
<div id="categoryContainer">
|
||||
</div>
|
||||
<input type="text" class="textField" id="emptyCategory"
|
||||
const:readonly="readonly"
|
||||
const:name="emptyCategory"
|
||||
const:value="" />
|
||||
<script type="text/javascript">
|
||||
var gCategories = <var:string value="contactCategoriesList" const:escapeHTML="NO"/>;
|
||||
</script>
|
||||
<input type="hidden" id="contactCategories"
|
||||
const:name="contactCategories"
|
||||
var:value="contactCategories" />
|
||||
</div>
|
||||
|
||||
<div id="addressesInfos" class="tab">
|
||||
<span class="caption"><var:string label:value="Home" /></span>
|
||||
<table class="frame">
|
||||
|
||||
Reference in New Issue
Block a user