Commit 36224e70 authored by Ivan Tyagov's avatar Ivan Tyagov

Allow type in PDF thumbnail page selection in a similar way as listbox type in navigation.

parent d7300314
...@@ -77,7 +77,11 @@ XXX: PDF pagination should be similar to OOo one (using iframe). This part shoul ...@@ -77,7 +77,11 @@ XXX: PDF pagination should be similar to OOo one (using iframe). This part shoul
</a>\n </a>\n
\n \n
<!-- Current Thumbnail / Total Thumbnails -->\n <!-- Current Thumbnail / Total Thumbnails -->\n
<span tal:content="python:current_thumbnail_index+1"/> / <span tal:content="all_thunmbnails"/>\n <input name="selection_index"\n
size="1"\n
tal:attributes="value python:current_thumbnail_index+1"\n
onkeypress="return redirectPDFPage(event, this)"/>\n
/ <span tal:content="all_thunmbnails"/>\n
\n \n
<a tal:omit-tag="hide_right_side_links"\n <a tal:omit-tag="hide_right_side_links"\n
tal:attributes="href string:${base_url}?selection_index=${next_thunmbnail_index}">\n tal:attributes="href string:${base_url}?selection_index=${next_thunmbnail_index}">\n
...@@ -102,8 +106,7 @@ XXX: PDF pagination should be similar to OOo one (using iframe). This part shoul ...@@ -102,8 +106,7 @@ XXX: PDF pagination should be similar to OOo one (using iframe). This part shoul
\n \n
</div>\n </div>\n
\n \n
</tal:block>\n </tal:block>
]]></unicode> </value> ]]></unicode> </value>
</item> </item>
...@@ -121,7 +124,7 @@ XXX: PDF pagination should be similar to OOo one (using iframe). This part shoul ...@@ -121,7 +124,7 @@ XXX: PDF pagination should be similar to OOo one (using iframe). This part shoul
</item> </item>
<item> <item>
<key> <string>output_encoding</string> </key> <key> <string>output_encoding</string> </key>
<value> <string>utf-8</string> </value> <value> <string>iso-8859-15</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
1250 1251
\ No newline at end of file \ No newline at end of file
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