Commit 960a4084 authored by 's avatar

css fixes for mozilla

parent 9f277ef4
...@@ -34,6 +34,7 @@ and cache management. ...@@ -34,6 +34,7 @@ and cache management.
</tr> </tr>
</table> </table>
<br />
<form action="manage_pack" method="post"> <form action="manage_pack" method="post">
<table cellspacing="0" cellpadding="2" border="0"> <table cellspacing="0" cellpadding="2" border="0">
<tr> <tr>
......
...@@ -11,11 +11,13 @@ function update_menu() { ...@@ -11,11 +11,13 @@ function update_menu() {
//--> //-->
</script> </script>
</head> </head>
<dtml-if "_.string.find(REQUEST.get('HTTP_USER_AGENT', ''), 'MSIE') > -1"> <dtml-let ag="REQUEST.get('HTTP_USER_AGENT', '')">
<frameset rows="34, *"> <dtml-if "ag[:9] == 'Mozilla/4' and _.string.find(ag, 'MSIE') < 0">
<dtml-else>
<frameset rows="40, *"> <frameset rows="40, *">
<dtml-else>
<frameset rows="34, *">
</dtml-if> </dtml-if>
</dtml-let>
<frame src="<dtml-var URL1>/manage_top_frame" name="manage_top_frame" <frame src="<dtml-var URL1>/manage_top_frame" name="manage_top_frame"
marginwidth="0" marginheight="0" scrolling="no"/> marginwidth="0" marginheight="0" scrolling="no"/>
<frameset cols="175,*"> <frameset cols="175,*">
......
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