Adding existing files problem
When adding existing files to book browse text section, it tends to add at the bottom of the list. For example if I have these chapters under text:
chapter1.xhtml
chapter10.xhtml
If I want to add chapter2.xhtml under chapter1.xhtml, it does not do that but it will add to the bottom like bellow.
chapter1.xhtml
chapter10.xhtml
chapter2.xhtml
Furthermore, if I want to add chapter2-5. Chapter 5 will go to the top like this
chapter1.xhtml
chapter10.xhtml
chapter5.xhtml <------- This should go to the bottom.
chapter2.xhtml
chapter3.xhtml
chapter4.xhtml
This will be a problem if you have more than 100 of xhtml files.
|