private void addRefreshAnchor()
{
/*
* Add a refresh anchor to our page
*/
m_refresh = new RefreshAnchor("Widgets_refreshAnchor");
HTMLPanel p = addToSlidingGrid(m_refresh, "WidgetsRefreshAnchor", Index.getStrings().refreshAnchor(), STRINGS.RefreshAnchor_html(), TALL);
Element h3 = p.getElementById("WID_WidgetsRefreshAnchor");
//Set the title so that the TOC's list item for this isn't too long
h3.setTitle(Index.getStrings().refreshAnchorConfirmDialog_toc());