Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5_fork
Commits
5df0cbd9
Commit
5df0cbd9
authored
Aug 01, 2011
by
Gabriel L. Oliveira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor self-closing html tags
- Inputs and img tags are not self-closed
parent
a258d601
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
53 additions
and
47 deletions
+53
-47
bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewMenuWidget.xml
...al_skins/erp5_web_ung_theme/WebSection_viewMenuWidget.xml
+49
-46
bt5/erp5_web_ung_theme/bt/change_log
bt5/erp5_web_ung_theme/bt/change_log
+3
-0
bt5/erp5_web_ung_theme/bt/revision
bt5/erp5_web_ung_theme/bt/revision
+1
-1
No files found.
bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewMenuWidget.xml
View file @
5df0cbd9
...
...
@@ -38,65 +38,68 @@
<div class="gadget-column">
\n
<div
class=
"gadget-action"
>
\n
<div
class=
"menu_create_object"
>
\n
<tal:block
tal:define=
"portal_path here/absolute_url;\n
url_suffix python: \'/ERP5Site_createNewWebDocument?template=\'"
>
\n
<li><a
id=
"current"
>
\n
<span
i18n:translate=
""
i18n:domain=
"ui"
>
Create New
</span>
\n
<img
tal:attributes=
"src python: portal_path + \'/ung_images/arrow.png\'"
></a>
\n
<ul>
\n
<li>
\n
<a
tal:attributes=
"href python: portal_path + url_suffix + \'web_illustration_template\'"
>
\n
<img
tal:attributes=
"src python: portal_path + \'/ung_images/svg.png\'"
>
\n
<span
i18n:translate=
""
i18n:domain=
"ui"
>
Web Illustration
</span>
\n
</a>
\n
</li>
\n
<li>
\n
<a
tal:attributes=
"href python: portal_path + url_suffix + \'web_table_template\'"
>
\n
<img
tal:attributes=
"src python: portal_path + \'/ung_images/table.jpg\'"
>
\n
<span
i18n:translate=
""
i18n:domain=
"ui"
>
Web Table
</span>
\n
</a>
\n
</li>
\n
<li>
\n
<a
tal:attributes=
"href python: portal_path + url_suffix + \'web_page_template\'"
>
\n
<img
tal:attributes=
"src python: portal_path + \'/ung_images/document.gif\'"
>
\n
<span
i18n:translate=
""
i18n:domain=
"ui"
>
Web Page
</span>
\n
</a>
\n
</li>
\n
</ul>
\n
</li>
\n
</tal:block>
\n
</div>
\n
<input
type=
"submit"
id=
"upload"
name=
"Upload"
value=
"Upload"
i18n:translate=
""
i18n:domain=
"ui"
/>
\n
<div
class=
"menu_create_object"
>
\n
<tal:block
tal:define=
"portal_path here/absolute_url;\n
url_suffix python: \'/ERP5Site_createNewWebDocument?template=\'"
>
\n
<li>
\n
<a
id=
"current"
>
\n
<span
i18n:translate=
""
i18n:domain=
"ui"
>
Create New
</span>
\n
<img
tal:attributes=
"src python: portal_path + \'/ung_images/arrow.png\'"
/>
\n
</a>
\n
<ul>
\n
<li>
\n
<a
tal:attributes=
"href python: portal_path + url_suffix + \'web_illustration_template\'"
>
\n
<img
tal:attributes=
"src python: portal_path + \'/ung_images/svg.png\'"
/>
\n
<span
i18n:translate=
""
i18n:domain=
"ui"
>
Web Illustration
</span>
\n
</a>
\n
</li>
\n
<li>
\n
<a
tal:attributes=
"href python: portal_path + url_suffix + \'web_table_template\'"
>
\n
<img
tal:attributes=
"src python: portal_path + \'/ung_images/table.jpg\'"
/>
\n
<span
i18n:translate=
""
i18n:domain=
"ui"
>
Web Table
</span>
\n
</a>
\n
</li>
\n
<li>
\n
<a
tal:attributes=
"href python: portal_path + url_suffix + \'web_page_template\'"
>
\n
<img
tal:attributes=
"src python: portal_path + \'/ung_images/document.gif\'"
/>
\n
<span
i18n:translate=
""
i18n:domain=
"ui"
>
Web Page
</span>
\n
</a>
\n
</li>
\n
</ul>
\n
</li>
\n
</tal:block>
\n
</div>
\n
<input
type=
"submit"
id=
"upload"
name=
"Upload"
value=
"Upload"
i18n:translate=
""
i18n:domain=
"ui"
/>
\n
<div
id=
"upload_document"
title=
"Upload Document"
i18n:translate=
""
i18n:domain=
"ui"
>
\n
<form
action=
"WebSection_uploadDocument"
method=
"post"
enctype=
"multipart/form-data"
>
\n
<fieldset
id=
"file_box"
>
\n
<input
id=
"upload-file"
type=
"file"
size=
"30"
name=
"file"
>
\n
<input
id=
"upload-file"
type=
"file"
size=
"30"
name=
"file"
/
>
\n
<select
name=
"portal_type"
>
\n
<option
value=
"Web Page"
i18n:translate=
""
i18n:domain=
"ui"
>
Web Page
</option>
\n
<option
value=
"Web Illustration"
i18n:translate=
""
i18n:domain=
"ui"
>
Web Illustration
</option>
\n
<option
value=
"Web Table"
i18n:translate=
""
i18n:domain=
"ui"
>
Web Table
</option>
\n
</select>
\n
<br
/>
\n
<input
type=
"submit"
id=
"submit_document"
value=
"Submit"
i18n:translate=
""
i18n:domain=
"ui"
>
\n
<input
type=
"submit"
id=
"submit_document"
value=
"Submit"
i18n:translate=
""
i18n:domain=
"ui"
/
>
\n
<span
id=
"no-input-file"
>
Please input a file
</span>
\n
</fieldset>
\n
</form>
\n
</div>
\n
<div
class=
"file-selection"
>
\n
<div
class=
"file-quick-search"
></div>
\n
</div>
\n
<div
class=
"gadget-listbox"
id=
"gadget-listbox"
title=
"Add Gadgets"
i18n:translate=
""
i18n:domain=
"ui"
>
\n
<table
id=
"gadget-table"
></table>
\n
</div>
\n
<div
class=
"front_pad"
>
\n
<!-- XXX - Use WebSection_viewKnowledgePadColumn to display one column only -->
\n
<div
tal:content=
"structure python: here.ERP5Site_viewHomeAreaRenderer(mode=\'web_front\',\n
default_pad_group=\'\',\n
create_default_pad=True, \n
make_security_check=True,\n
columns=1)"
\n
class=
"draggable_wrapper"
/>
\n
<div
class=
"file-selection"
>
\n
<div
class=
"file-quick-search"
></div>
\n
</div>
\n
<div
class=
"gadget-listbox"
id=
"gadget-listbox"
title=
"Add Gadgets"
i18n:translate=
""
i18n:domain=
"ui"
>
\n
<table
id=
"gadget-table"
></table>
\n
</div>
\n
<div
class=
"front_pad"
>
\n
<!-- XXX - Use WebSection_viewKnowledgePadColumn to display one column only -->
\n
<div
tal:content=
"structure python: here.ERP5Site_viewHomeAreaRenderer(mode=\'web_front\',\n
default_pad_group=\'\',\n
create_default_pad=True, \n
make_security_check=True,\n
columns=1)"
\n
class=
"draggable_wrapper"
/>
\n
</div>
\n
</div>
\n
</div>
...
...
bt5/erp5_web_ung_theme/bt/change_log
View file @
5df0cbd9
2011-07-01 gabriel.oliveira
* Refactor to self-close html tags
2011-07-01 gabriel.oliveira
* Fix params for Refresh button
...
...
bt5/erp5_web_ung_theme/bt/revision
View file @
5df0cbd9
381
\ No newline at end of file
382
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment