From: Mike G. v. a. <we...@ma...> - 2005-12-11 01:36:21
|
Log Message: ----------- Put a little space between the bread crumb path and the login status information. Modified Files: -------------- webwork-modperl/conf/templates: ur.template Revision Data ------------- Index: ur.template =================================================================== RCS file: /webwork/cvs/system/webwork-modperl/conf/templates/ur.template,v retrieving revision 1.43 retrieving revision 1.44 diff -Lconf/templates/ur.template -Lconf/templates/ur.template -u -r1.43 -r1.44 --- conf/templates/ur.template +++ conf/templates/ur.template @@ -77,6 +77,7 @@ <span class="Path"><!--#path style="text" image="/webwork2_files/images/right_arrow.png" text=" > "--></span> <!--#endif--> </td> + <td> </td> <td class="TopPanel" nowrap> <!--#if can="loginstatus"--> <span class="LoginStatus"><!--#loginstatus--></span> |