Ignore:
Timestamp:
07/29/10 17:48:33 (19 months ago)
Author:
root
Message:

added support for Trac 0.12 Multirepos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/ExiteCMS/tracsvn/php-files/modules/tracsvn/templates/modules.tracsvn.admin.tpl

    r2093 r2365  
    5858            <td width='50%' class='tbl'> 
    5959                <input type='text' name='url' value='{$url}' maxlength='255' class='textbox' style='width:300px;' /> 
     60            </td> 
     61        </tr> 
     62        <tr> 
     63            <td width='50%' class='tbl'> 
     64                {$locale.458} 
     65            </td> 
     66            <td width='50%' class='tbl'> 
     67                <input type='text' name='repo' value='{$repo}' maxlength='50' class='textbox' style='width:250px;' /> 
    6068            </td> 
    6169        </tr> 
     
    126134        </tr> 
    127135    </table> 
    128 </form>  
     136</form> 
    129137{include file="_closetable.tpl"} 
    130138{include file="_opentable.tpl" name=$_name title=$locale.407 state=$_state style=$_style} 
Note: See TracChangeset for help on using the changeset viewer.