taxonomy_xml.css in Taxonomy import/export via XML 6.2
Same filename and directory in other branches
/** Small UI enhancements to the import form */ /* Hide unused options via js and css */ #data_source.filtered #edit-upload-file-wrapper{ display:none; } #data_source.filtered #edit-url-wrapper{ display:none; } #data_source.filtered #edit-filepath-wrapper{ display:none; } #data_source.filtered #edit-service-wrapper{ display:none; } #data_source.filtered #edit-format-wrapper{ display:none; } #data_source.upload-file #edit-upload-file-wrapper{ display:block; } #data_source.upload-file #edit-format-wrapper{ display:block; } #data_source.url #edit-url-wrapper{ display:block; } #data_source.url #edit-format-wrapper{ display:block; } #data_source.filepath #edit-filepath-wrapper{ display:block; } #data_source.filepath #edit-format-wrapper{ display:block; } #data_source.service #edit-service-wrapper{ display:block; } #data_source.service #edit-format-wrapper{ display:none; }
File
taxonomy_xml.cssView source
- /**
- Small UI enhancements to the import form
- */
- /* Hide unused options via js and css */
- #data_source.filtered #edit-upload-file-wrapper{
- display:none;
- }
- #data_source.filtered #edit-url-wrapper{
- display:none;
- }
- #data_source.filtered #edit-filepath-wrapper{
- display:none;
- }
- #data_source.filtered #edit-service-wrapper{
- display:none;
- }
- #data_source.filtered #edit-format-wrapper{
- display:none;
- }
-
- #data_source.upload-file #edit-upload-file-wrapper{
- display:block;
- }
- #data_source.upload-file #edit-format-wrapper{
- display:block;
- }
-
- #data_source.url #edit-url-wrapper{
- display:block;
- }
- #data_source.url #edit-format-wrapper{
- display:block;
- }
-
- #data_source.filepath #edit-filepath-wrapper{
- display:block;
- }
- #data_source.filepath #edit-format-wrapper{
- display:block;
- }
-
-
- #data_source.service #edit-service-wrapper{
- display:block;
- }
-
-
- #data_source.service #edit-format-wrapper{
- display:none;
- }