diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt
index 2e8a207ae..01a039753 100644
--- a/docs/changelog/6.x.x.txt
+++ b/docs/changelog/6.x.x.txt
@@ -19,6 +19,10 @@ Andreas Graf).
- Bugfix [ 914217 ] content managers cannot turn admin on
- Bugfix [ 920089 ] Problem with clipboard and object names containing a
quote.
+ - Bugfix [ 921750 ] Error in Horizontal Login Box template (Thanks to Tony
+ Mountifield.)
+ - Added Tony Mountifield to the credits list for all his debugging efforts as
+ of late.
6.0.0
diff --git a/docs/credits.txt b/docs/credits.txt
index 2eb879568..fb5410f92 100644
--- a/docs/credits.txt
+++ b/docs/credits.txt
@@ -29,6 +29,7 @@ Contributing Developers..............Peter Beardsley / Appropriate Solutions
John W. Krahn
Len Kranendonk
Christophe Marcant
+ Tony Mountifield
Tavis Parker / ParkerOne Consulting
Daniel Quinlan
Alan Ritari / DonorWare
diff --git a/docs/upgrades/upgrade_6.0.0-6.0.1.sql b/docs/upgrades/upgrade_6.0.0-6.0.1.sql
index 02d44fb10..1f537751c 100644
--- a/docs/upgrades/upgrade_6.0.0-6.0.1.sql
+++ b/docs/upgrades/upgrade_6.0.0-6.0.1.sql
@@ -80,4 +80,7 @@ INSERT INTO international VALUES (1096,'WebGUI',1,'Navigation Template',10782079
INSERT INTO international VALUES (1097,'WebGUI',1,'config.button
A \"Edit / Manage\" button for this navigation item.
\r\n
page_loop
A loop containing page information.
\r\n\r\npage.menuTitle
\r\n
The menu title of this page.page.title
\r\n
The title of this page.page.urlizedTitle
\r\n
The urlized title of this pagepage.url.page.url
\r\n
The url of this page.page.pageId
\r\n
The pageId of this page.page.parentId
\r\n
The ParentId of this page.page.ownerId
\r\n
The ownerId of this page.page.synopsis
\r\n
The synopsis of this page.page.newWindow
\r\n
A condition indicating whether this page should be opened in a new window.page.absDepth
\r\n
The absolute depth of this page (relative to nameless root).page.relDepth
\r\n
The relative depth of this page (relative to starting point).page.isCurrent
\r\n
A condition indicating whether this page is current page.page.isHidden
\r\n
A condition indicating whether this page is a hidden page.
(Note: This variable is only visible if \"Show hidden pages\" is switched on.)page.isSystem
\r\n
A condition indicating whether this page is a system page (Trash, Clipboard, etc).
(Note: This variable is only visible if \"Show system pages\" is switched on.)page.isViewable
\r\n
A condition indicating whether the user has permission to view it.
(Note: This variable is only visible if \"Show unprivileged pages\" is switched on.)page.indent
\r\n
A variable containing the indent for current page. The default indent is three spaces. Use the page.indent_loop if you need a more flexible indent.page.indent_loop
\r\n
A loop that runs page.relDepth times.\r\n\r\nindent
A number representing the loop count.page.isRoot
\r\n
A condition indication whether this page is a root page.page.isTop
\r\n
A condition indication whether this page is a top page (daughter of root).page.hasDaughter
\r\n
A condition indication whether this page has a daughter. In other words: It evaluates to true if this page is a mother.page.isMyDaughter
\r\n
A condition indication whether this page is a daughter of current page.page.isMyMother
\r\n
A condition indication whether this page is the mother of current page.page.mother.title
\r\n
The title of the mother of this page.page.mother.urlizedTitle
\r\n
The urlized title of the mother of this page.page.mother.pageId
\r\n
The pageId of the mother of this page.page.mother.parentId
\r\n
The parentId of the mother of this page.page.depthIs1 , page.depthIs2 , page.depthIs3 , page.depthIs4 , page.depthIsN
\r\n
A condition indicating whether the depth of this page is N. This variable is useful if you want to style a certain level.<tmpl_if page.depthIs1>
\r\n
<img src=\"level1.gif\">
<tmpl_else>
<img src=\"defaultBullet.gif\">
</tmpl_if>page.relativeDepthIs1 , page.relativeDepthIs2 , page.relativeDepthIs3 , page.relativeDepthIsN
A condition indicating whether the relative depth of this page is N.
',1078207966,NULL); update Navigation set depth=99 where depth=0; delete from international where internationalId=981 and namespace='WebGUI'; +delete from template where namespace='Macro/L_loginBox' and templateId=2; +INSERT INTO template VALUES (2,'Horizontal Login Box','\n','Macro/L_loginBox',1,1); +