Skip to content

Commit 9e1ef91

Browse files
authored
Merge pull request #97 from topcoder-platform/remove-tabs-patch
Remove create and draft tabs from UI
2 parents 85604eb + a93ad0f commit 9e1ef91

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

web/includes/project/project_tabs.jsp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
</a>
3939
</c:if>
4040
</div>
41+
<!--
4142
<div style="float: left;">
4243
<c:if test="${(not empty projectTabIndex) and (projectTabIndex == 4)}">
4344
<img src="/i/or/tab_draft_projects_on.gif" width="119" height="36" border="0" name="tab4"/>
@@ -49,6 +50,7 @@
4950
</a>
5051
</c:if>
5152
</div>
53+
-->
5254
<div style="float: left;">
5355
<c:if test="${orfn:isUserLoggedIn(pageContext.request)}">
5456
<c:if test="${(not empty projectTabIndex) and (projectTabIndex == 5)}">
@@ -62,7 +64,8 @@
6264
</c:if>
6365
</c:if>
6466
</div>
65-
<div style="float: left;">
67+
<!--
68+
<div style="float: left;">
6669
<c:if test="${isAllowedToCreateProject}">
6770
<c:if test="${(not empty projectTabIndex) and (projectTabIndex == 3)}">
6871
<img src="/i/or/tab_create_project_on.gif" width="119" height="36" border="0" name="tab3" />
@@ -74,4 +77,5 @@
7477
</c:if>
7578
</c:if>
7679
</div>
80+
-->
7781
</div>

0 commit comments

Comments
 (0)