Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Wed, Jul 16, 3:02 AM

in-portal

Index: branches/unlabeled/unlabeled-1.1.2/core/module_help/visits_list.txt
===================================================================
--- branches/unlabeled/unlabeled-1.1.2/core/module_help/visits_list.txt (revision 2996)
+++ branches/unlabeled/unlabeled-1.1.2/core/module_help/visits_list.txt (revision 2997)
@@ -1,24 +1,24 @@
-<span style="font-weight: bold;">Visits (In-portal Platform)<br/>
-<br/>
-</span>This section displays the log of all visits to your website. The visit is recorded when a user comes to your site. If the user logs in during his or her visit, the username will be updated in the visit record. If the user&rsquo;s session expires during the visit, a new visit record will be created when he or she comes back to the site. <br/>
-The grid on this page displays the following columns:<br/>
-<ul>
- <li>Visit Date &ndash; Date and Time of the visit&rsquo;s start</li>
- <li>IP Address &ndash; the IP address of the visitor, as identified by the web server</li>
- <li>Referrer &ndash; the URL the visitor came from, as reported by visitor&rsquo;s browser </li>
- <li>Username &ndash; the username of the visitor if he or she logs in during the visit</li>
-</ul>
-<br/>
-<span style="font-weight: bold;">Visits (with In-commerce installed)<br/>
-<br/>
-</span>This section displays the log of all visits to your website. The visit is recorded when user comes to your site. If the user logs in during his or her visit, the username will be updated in the visit record. If the user&rsquo;s session expires during the visit, a new visit record will be created when he or she comes back to the site. <br/>
-The grid on this page displays the following columns:<br/>
-<ul>
- <li>Visit Date &ndash; Date and Time of the visit&rsquo;s start</li>
- <li>IP Address &ndash; the IP address of the visitor, as identified by the web server</li>
- <li>Referrer &ndash; the URL the visitor came from, as reported by visitor&rsquo;s browser </li>
- <li>Username &ndash; the username of the visitor if he or she logs in during the visit</li>
- <li>Affiliate User &ndash; the username of affiliate who has referred the visitor</li>
- <li>Order Total &ndash; the total amount of the orders made during this visit</li>
- <li>Affiliate Commission &ndash; amount of affiliate commission received for the orders made during the visit</li>
+<span style="font-weight: bold;">Visits (In-portal Platform)<br/>
+<br/>
+</span>This section displays the log of all visits to your website. The visit is recorded when a user comes to your site. If the user logs in during his or her visit, the username will be updated in the visit record. If the user&rsquo;s session expires during the visit, a new visit record will be created when he or she comes back to the site. <br/>
+The grid on this page displays the following columns:<br/>
+<ul>
+ <li>Visit Date &ndash; Date and Time of the visit&rsquo;s start</li>
+ <li>IP Address &ndash; the IP address of the visitor, as identified by the web server</li>
+ <li>Referrer &ndash; the URL the visitor came from, as reported by visitor&rsquo;s browser </li>
+ <li>Username &ndash; the username of the visitor if he or she logs in during the visit</li>
+</ul>
+<br/>
+<span style="font-weight: bold;">Visits (with In-commerce installed)<br/>
+<br/>
+</span>This section displays the log of all visits to your website. The visit is recorded when user comes to your site. If the user logs in during his or her visit, the username will be updated in the visit record. If the user&rsquo;s session expires during the visit, a new visit record will be created when he or she comes back to the site. <br/>
+The grid on this page displays the following columns:<br/>
+<ul>
+ <li>Visit Date &ndash; Date and Time of the visit&rsquo;s start</li>
+ <li>IP Address &ndash; the IP address of the visitor, as identified by the web server</li>
+ <li>Referrer &ndash; the URL the visitor came from, as reported by visitor&rsquo;s browser </li>
+ <li>Username &ndash; the username of the visitor if he or she logs in during the visit</li>
+ <li>Affiliate User &ndash; the username of affiliate who has referred the visitor</li>
+ <li>Order Total &ndash; the total amount of the orders made during this visit</li>
+ <li>Affiliate Commission &ndash; amount of affiliate commission received for the orders made during the visit</li>
</ul>
\ No newline at end of file
Property changes on: branches/unlabeled/unlabeled-1.1.2/core/module_help/visits_list.txt
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1
\ No newline at end of property
+1.1.2.1
\ No newline at end of property
Index: branches/unlabeled/unlabeled-1.6.2/core/admin_templates/logs/visits/visits_list.tpl
===================================================================
--- branches/unlabeled/unlabeled-1.6.2/core/admin_templates/logs/visits/visits_list.tpl (revision 2996)
+++ branches/unlabeled/unlabeled-1.6.2/core/admin_templates/logs/visits/visits_list.tpl (revision 2997)
@@ -1,119 +1,122 @@
<inp2:m_set nobody="yes"/>
<inp2:m_include t="incs/header"/>
<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF">
<inp2:m_ParseBlock name="section_header" icon="icon46_visits" title="!la_title_Visits!"/>
<inp2:m_ParseBlock name="blue_bar" prefix="visits" title_preset="visits_list" module="in-portal" icon="icon46_visits"/>
<!-- ToolBar --->
<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td>
<script type="text/javascript">
a_toolbar = new ToolBar();
function edit()
{
}
a_toolbar.AddButton( new ToolBarButton('search', '<inp2:m_phrase label="la_ToolTip_Search"/>',
function() {
set_hidden_field('grid_name', 'Default');
submit_event('visits','OnSearch');
} ) );
a_toolbar.AddButton( new ToolBarButton('search_reset', '<inp2:m_phrase label="la_ToolTip_SearchReset"/>',
function() {
set_hidden_field('grid_name', 'Default');
submit_event('visits','OnSearchReset');
} ) );
a_toolbar.AddButton( new ToolBarButton('refresh', '<inp2:m_phrase label="la_ToolTip_Refresh"/>', function() {
window.location.href = window.location.href;
}
) );
a_toolbar.AddButton( new ToolBarButton('reset', '<inp2:m_phrase label="la_ToolTip_Reset"/>', function() {
std_delete_items('visits');
}
) );
a_toolbar.AddButton( new ToolBarSeparator('sep1') );
a_toolbar.AddButton( new ToolBarButton('view', '<inp2:m_phrase label="la_ToolTip_View"/>', function() {
show_viewmenu(a_toolbar,'view');
}
) );
a_toolbar.Render();
</script>
</td>
</tr>
</tbody>
</table>
<script type="text/javascript" src="incs/calendar.js"></script>
<inp2:m_DefineElement name="search_calendar_td" class="">
<tr class="<inp2:m_odd_even odd="table_color1" even="table_color2"/>">
<inp2:m_inc param="tab_index" by="1"/>
<td class="text"><inp2:m_phrase label="la_from_date"/>:</td>
<td>
<input type="text" name="<inp2:SearchInputName field="$field" type="datefrom"/>" id="<inp2:SearchInputName field="$field" type="datefrom"/>" value="<inp2:SearchField field="$field" type="datefrom"/>" size="<inp2:SearchFormat field="{$field}_date" edit_size="1"/>" datepickerIcon="<inp2:m_ProjectBase/>admin/images/ddarrow.gif">
<span class="small">(<inp2:SearchFormat field="{$field}_date" human="true"/>)</span>
<script type="text/javascript">
initCalendar("<inp2:SearchInputName field="$field" type="datefrom"/>", "<inp2:SearchFormat field="{$field}_date"/>");
</script>
</td>
<td class="error"><inp2:SearchError field="$field" type="datefrom"/>&nbsp;</td>
<td class="text"><inp2:m_phrase label="la_to_date"/>:</td>
<td>
<input type="text" name="<inp2:SearchInputName field="$field" type="dateto"/>" id="<inp2:SearchInputName field="$field" type="dateto"/>" value="<inp2:SearchField field="$field" type="dateto"/>" size="<inp2:SearchFormat field="{$field}_date" edit_size="1"/>" datepickerIcon="<inp2:m_ProjectBase/>admin/images/ddarrow.gif">
<span class="small">(<inp2:SearchFormat field="{$field}_date" human="true"/>)</span>
<script type="text/javascript">
initCalendar("<inp2:SearchInputName field="$field" type="dateto"/>", "<inp2:SearchFormat field="{$field}_date"/>");
</script>
</td>
<td class="error"><inp2:SearchError field="$field" type="dateto"/>&nbsp;</td>
</tr>
</inp2:m_DefineElement>
<table width="100%" border="0" cellspacing="0" cellpadding="4" class="tableborder" style="border-bottom: 0px;">
<inp2:m_ParseBlock name="search_calendar_td" prefix="visits" field="VisitDate"/>
</table>
<inp2:m_block name="grid_userlink_td" />
<td valign="top" class="text">
<inp2:m_if check="UserFound" user_field="$user_field">
<a href="<inp2:$PrefixSpecial_UserLink user_field="$user_field"/>" title="<inp2:m_phrase name="la_Edit_User"/>"><inp2:$PrefixSpecial_field field="$field" grid="$grid"/></a>
<inp2:m_else/>
<inp2:$PrefixSpecial_field field="$field" grid="$grid"/>
</inp2:m_if>
</td>
<inp2:m_blockend />
<inp2:m_block name="grid_referer_td" />
<td valign="top" class="text">
- <inp2:m_if check="FieldEquals" field="$field" value="">
- <inp2:m_Phrase label="la_visit_DirectReferer"/>
- <inp2:m_else/>
- <div style="overflow: hidden"><a href="<inp2:Field field="$field" grid="$grid"/>"><inp2:Field field="$field" grid="$grid" /></a></div>
- </inp2:m_if>
-
+ <div style="overflow: hidden">
+ <inp2:m_if check="FieldEquals" field="$field" value="">
+ <span style="white-space: nowrap;"><inp2:m_Phrase label="la_visit_DirectReferer"/></span>
+ <inp2:m_else/>
+ <a href="<inp2:Field field="$field" grid="$grid"/>"><inp2:Field field="$field" grid="$grid" /></a>
+ </inp2:m_if>
+ </div>
</td>
<inp2:m_blockend />
<inp2:m_SaveReturnScript/>
-<inp2:m_ParseBlock name="grid" PrefixSpecial="visits" IdField="VisitId" grid="Default" header_block="grid_column_title" data_block="grid_data_td" search="on"/>
-
+<inp2:m_ParseBlock name="grid" PrefixSpecial="visits" IdField="VisitId" grid="Default" header_block="grid_column_title" data_block="grid_data_td" search="on" no_toolbar="no_toolbar"/>
+<script type="text/javascript">
+ Grids['visits'].SetDependantToolbarButtons( new Array('reset') );
+</script>
<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/unlabeled/unlabeled-1.6.2/core/admin_templates/logs/visits/visits_list.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.6.2.1
\ No newline at end of property
+1.6.2.2
\ No newline at end of property

Event Timeline