mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
mid rule modify
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12564 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
46e39b32c1
commit
7960fd4e27
3 changed files with 3 additions and 3 deletions
|
|
@ -193,4 +193,4 @@ jQuery(function($){
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<ruleset version="1.5.0">
|
<ruleset version="1.5.0">
|
||||||
<customrules>
|
<customrules>
|
||||||
<rule name="mid" type="regex" test="/^[a-z][a-z0-9_]+$/" />
|
<rule name="mid" type="regex" test="/^[a-z][a-z0-9_]+$/i" />
|
||||||
</customrules>
|
</customrules>
|
||||||
<fields>
|
<fields>
|
||||||
<field name="menu_name" required="true" />
|
<field name="menu_name" required="true" />
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<ruleset version="1.5.0">
|
<ruleset version="1.5.0">
|
||||||
<customrules>
|
<customrules>
|
||||||
<rule name="mid" type="regex" test="/^[a-z][a-z0-9_]+$/" />
|
<rule name="mid" type="regex" test="/^[a-z][a-z0-9_]+$/i" />
|
||||||
</customrules>
|
</customrules>
|
||||||
<fields>
|
<fields>
|
||||||
<field name="menu_name" required="true" />
|
<field name="menu_name" required="true" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue