0 Votes

Changes for page Office Importer

Last modified by Ryan C on 2025/04/30 08:04

From version 3.1
edited by Ryan C
on 2025/04/30 08:04
Change comment: Install extension [org.xwiki.platform:xwiki-platform-office-ui/17.3.0]
To version 1.1
edited by Ryan C
on 2025/03/06 10:00
Change comment: Install extension [org.xwiki.platform:xwiki-platform-office-ui/17.1.0]

Summary

Details

Page properties
Content
... ... @@ -110,17 +110,14 @@
110 110  #end
111 111  
112 112  #macro (officeImporterForm_overwriteContent)
113 - <dt>
114 - #define ($warningMessageContent)
115 - <label>
116 - <input name="overwriteContent" type="checkbox" value="true" checked />
117 - $escapetool.xml($services.localization.render('office.import.overwriteContent'))
118 - </label>
119 - <span class="xHint">
120 - $escapetool.xml($services.localization.render('office.import.overwriteContent.hint'))
121 - </span>
122 - #end
123 - #warning($warningMessageContent)
113 + <dt class="box warningmessage">
114 + <label>
115 + <input name="overwriteContent" type="checkbox" value="true" checked />
116 + $escapetool.xml($services.localization.render('office.import.overwriteContent'))
117 + </label>
118 + <span class="xHint">
119 + $escapetool.xml($services.localization.render('office.import.overwriteContent.hint'))
120 + </span>
124 124   </dt>
125 125   <dd>
126 126   #officeImporterForm_confirmationModal({
XWiki.StyleSheetExtension[0]
Code
... ... @@ -2,8 +2,3 @@
2 2  #hierarchy.breadcrumb {
3 3   display: none;
4 4  }
5 -
6 -/* Needed to avoid an overflow of the input with a long filename in Firefox zoomed above 100 percent.*/
7 -#officeImportForm #filePath {
8 - max-width: 100%;
9 -}