update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
|
|
@ -12,30 +12,39 @@
|
|||
<td><input type="text" name="name" value="" size="28" id="goal_name" class="inp"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style='width:260px;' class="first">{{ 'Goals_GoalIsTriggered'|translate }}
|
||||
<td style='width:260px;' class="first">{{ 'Goals_GoalIsTriggered'|translate }}</td>
|
||||
<td>
|
||||
<select name="trigger_type" class="inp">
|
||||
<option value="visitors">{{ 'Goals_WhenVisitors'|translate }}</option>
|
||||
<option value="manually">{{ 'Goals_Manually'|translate }}</option>
|
||||
</select>
|
||||
</td>
|
||||
<td>
|
||||
<input type="radio" id="match_attribute_url" value="url" name="match_attribute"/>
|
||||
<label for="match_attribute_url">{{ 'Goals_VisitUrl'|translate }}</label>
|
||||
<br/>
|
||||
<input type="radio" id="match_attribute_title" value="title" name="match_attribute"/>
|
||||
<label for="match_attribute_title">{{ 'Goals_VisitPageTitle'|translate }}</label>
|
||||
<br/>
|
||||
<input type="radio" id="match_attribute_file" value="file" name="match_attribute"/>
|
||||
<label for="match_attribute_file">{{ 'Goals_Download'|translate }}</label>
|
||||
<br/>
|
||||
<input type="radio" id="match_attribute_external_website" value="external_website" name="match_attribute"/>
|
||||
<label for="match_attribute_external_website">{{ 'Goals_ClickOutlink'|translate }}</label>
|
||||
|
||||
<p id="match_attribute_section2">
|
||||
<input type="radio" id="match_attribute_url" value="url" name="match_attribute"/>
|
||||
<label for="match_attribute_url">{{ 'Goals_VisitUrl'|translate }}</label>
|
||||
<br/>
|
||||
<input type="radio" id="match_attribute_title" value="title" name="match_attribute"/>
|
||||
<label for="match_attribute_title">{{ 'Goals_VisitPageTitle'|translate }}</label>
|
||||
<br/>
|
||||
<input type="radio" id="match_attribute_event" value="event" name="match_attribute"/>
|
||||
<label for="match_attribute_event">{{ 'Goals_SendEvent'|translate }}</label>
|
||||
<br/>
|
||||
<input type="radio" id="match_attribute_file" value="file" name="match_attribute"/>
|
||||
<label for="match_attribute_file">{{ 'Goals_Download'|translate }}</label>
|
||||
<br/>
|
||||
<input type="radio" id="match_attribute_external_website" value="external_website" name="match_attribute"/>
|
||||
<label for="match_attribute_external_website">{{ 'Goals_ClickOutlink'|translate }}</label>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="match_attribute_section">
|
||||
<tr>
|
||||
<td class="first">{{ 'Goals_WhereThe'|translate }} <span id="match_attribute_name"></span></td>
|
||||
<td class="first">{{ 'Goals_WhereThe'|translate }} <span class="whereUrl" id="match_attribute_name"></span><select name="event_type" class="whereEvent inp">
|
||||
<option value="event_category">{{ 'Events_EventCategory'|translate }}</option>
|
||||
<option value="event_action">{{ 'Events_EventAction'|translate }}</option>
|
||||
<option value="event_name">{{ 'Events_EventName'|translate }}</option>
|
||||
</select></td>
|
||||
<td>
|
||||
<select name="pattern_type" class="inp">
|
||||
<option value="contains">{{ 'Goals_Contains'|translate("") }}</option>
|
||||
|
|
@ -43,6 +52,8 @@
|
|||
<option value="regex">{{ 'Goals_MatchesExpression'|translate("") }}</option>
|
||||
</select>
|
||||
|
||||
{{ 'Goals_Pattern'|translate }}
|
||||
|
||||
<input type="text" name="pattern" value="" size="16" class="inp"/>
|
||||
<br/>
|
||||
|
||||
|
|
@ -94,4 +105,5 @@
|
|||
<input type="hidden" name="goalIdUpdate" value=""/>
|
||||
<input type="submit" value="" name="submit" id="goal_submit" class="submit"/>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue