Loading...
 
Skip to main content

antibot "another code" button obscures "create" tracker button

Status
Open
Subject
antibot "another code" button obscures "create" tracker button
Version
15.x
Category
  • Conflict of two features (each works well independently)
Resolution status
New
Submitted by
signal3
Lastmod by
signal3
Rating
(0)
Description

When antibot is in effect on tracker creation it will mess up the rendering of the "create" button (esp. depending on browser dimensions).

The following change (below) to insert_item.tpl makes me happy enough but I'm sure a more experienced dev may have a better idea about how to fix. Still, for consideration....

-+@@ -28,6 +28,7 @@
{/if}
{if !$user and $prefs.feature_antibot eq 'y'}

+ <div class="form-group clearfix"></div>

{/if}

<div class="submit">

<input type="hidden" name="trackerId" value="{$trackerId|escape}">

+-
Importance
5
Easy to solve?
9
Priority
45
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
5931
Created
Saturday 14 May, 2016 01:12:49 UTC
by signal3
LastModif
Saturday 14 May, 2016 04:18:49 UTC


Show PHP error messages