Commit 0977160f authored by François Billioud's avatar François Billioud

corrects some css for dialog

parent b489e3c5
...@@ -444,10 +444,10 @@ setCurrentDocument = function(doc) { ...@@ -444,10 +444,10 @@ setCurrentDocument = function(doc) {
supportedDocuments = {"text":{editorPage:"text-editor",icon:"images/icons/document.png"}, supportedDocuments = {"text":{editorPage:"text-editor",icon:"images/icons/document.png"},
"illustration":{editorPage:"image-editor",icon:"images/icons/svg.png"}, "illustration":{editorPage:"image-editor",icon:"images/icons/svg.png"},
"table":{editorPage:"table-editor",icon:"images/icons/table.png"}, "table":{editorPage:"table-editor",icon:"images/icons/table.png"},
"other":{editorPage:null,icon:"images/icons/other.gif"}, "other":{editorPage:null,icon:"images/icons/other.gif"},
undefined:{editorPage:null,icon:"images/icons/other.gif"} undefined:{editorPage:null,icon:"images/icons/other.gif"}
} }
getDocumentAddress = function(doc) { getDocumentAddress = function(doc) {
return getCurrentStorage().getType()=="local" ? doc.getCreation() : "dav/"+doc.getCreation(); return getCurrentStorage().getType()=="local" ? doc.getCreation() : "dav/"+doc.getCreation();
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<fieldset id="edit_document"> <fieldset id="edit_document">
<label for="name">Insert a new name:</label> <label for="name">Insert a new name:</label>
<input type="text" class="title" id="name" name="name" value=""/><br/> <input type="text" class="title" id="name" name="name" value=""/><br/>
<div id="more_property"> <div id="more_property" style="display:none">
<label for="version">Version:</label> <label for="version">Version:</label>
<input type="text" class="version" id="version" name="version" value=""/><br/> <input type="text" class="version" id="version" name="version" value=""/><br/>
<label for="language">Language:</label> <label for="language">Language:</label>
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</div> </div>
<p class="more_properties" id="more_properties">Edit More Properties</p> <p class="more_properties" id="more_properties">Edit More Properties</p>
<p class="hide_properties" id="hide_properties">Hide Properties</p> <p class="hide_properties" id="hide_properties" style="display:none">Hide Properties</p>
</fieldset> </fieldset>
</form> </form>
</rename> </rename>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment